Html Css Color HEX #CDB596 Vanilla

📋 copy color: '#CDB596'

red 205 ◦ green 181 ◦ blue 150

#CDB596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vanilla #CDB596

Tints of Vanilla #CDB596

RGB

 RED value IS 205 (80.47% from 255) = 38.25%

 GREEN value IS 181 (71.09% from 255) = 33.77%

 BLUE value IS 150 (58.98% from 255) = 27.99%

R = 38.25%
G = 33.77%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDB596 (or 0xCDB596) is known color: Vanilla. HEX triplet: CD, B5 and 96. RGB value is (205,181,150). Sum of RGB (Red+Green+Blue) = 205+181+150=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB596 is #324A69. Grayscale: #B8B8B8. Windows color (decimal): -3295850 or 9876941. OLE color: 9876941.

HSL color Cylindrical-coordinate representation of color #CDB596: hue angle of 33.82º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDB596 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 150 -
CMYK 0 0.12 0.27 0.20
HSL 33.82º 0.35% 0.7% -
HSV(B) 33.82º 0.27% 0.8% -
XYZ 47.21 48.23 35.68 -
YUV 184.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 205 181 150 0 0.12 0.27 0.20 33.82 0.35 0.7
Hex CD B5 96 0 C 1B 14 22 23 46
Octal 315 265 226 0 14 33 24 42 43 106
Binary 11001101 10110101 10010110 0 1100 11011 10100 100010 100011 1000110

Color Harmonies of #CDB596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB596

Black with #CDB596

Text Example


Text Example

White with #CDB596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB596; }

 p { color: rgb(205,181,150); }

 H1.HeaderClassName
 {
   color: #CDB596;
 }
 .AnyTagClassName
 {
   color: #CDB596;
 }
</style>

background-color css

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

 a { background-color: rgb(205,181,150); }

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

border-color css

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

 span { border-color: rgb(205,181,150); }

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