#CD9151

Color #CD9151 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #CD9151

Tints of Twine #CD9151

Color information

#CD9151 (or 0xCD9151) is unknown color: approx Twine. HEX triplet: CD, 91 and 51. RGB value is (205,145,81). Sum of RGB (Red+Green+Blue) = 205+145+81=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9151 is #326EAE. Grayscale: #9B9B9B. Windows color (decimal): -3305135 or 5345741. OLE color: 5345741.

HSL color Cylindrical-coordinate representation of color #CD9151: hue angle of 30.97º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD9151 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20514581-
CMYK00.290.600.20
HSL30.97º55.36%56.08%-
HSV(B)30.97º60.49%80.39%-
XYZ36.7933.8212.37-
YUV155.6485.88163.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 81 (32.03% from 255) = 18.79%
R=47.56%
G=33.64%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051458100.290.600.2030.9755.3656.08
HexCD915101D3C141f3738
Octal3152211210357424376770
Binary110011011001000110100010111011111001010011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9151; }

 p { color: rgb(205,145,81); }

 H1.HeaderClassName
 {
   color: #CD9151;
 }
 .AnyTagClassName
 {
   color: #CD9151;
 }
</style>
background-color css

<style>
 a { background-color: #CD9151; }

 a { background-color: rgb(205,145,81); }

 div.DivClassName
 {
   background-color: #CD9151;
 }
 .BgClassName
 {
   background-color: #CD9151;
 }
</style>
border-color css

<style>
 span { border-color: #CD9151; }

 span { border-color: rgb(205,145,81); }

 td.TdClassName
 {
   border-color: #CD9151;
 }
 .TagClassName
 {
   border-color: #CD9151;
 }
</style>