Html Css Color HEX #CAB59D Vanilla

📋 copy color: '#CAB59D'

red 202 ◦ green 181 ◦ blue 157

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

Shades of Vanilla #CAB59D

Tints of Vanilla #CAB59D

RGB

 RED value IS 202 (79.3% from 255) = 37.41%

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

 BLUE value IS 157 (61.72% from 255) = 29.07%

R = 37.41%
G = 33.52%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CAB59D (or 0xCAB59D) is known color: Vanilla. HEX triplet: CA, B5 and 9D. RGB value is (202,181,157). Sum of RGB (Red+Green+Blue) = 202+181+157=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB59D is #354A62. Grayscale: #B8B8B8. Windows color (decimal): -3492451 or 10335690. OLE color: 10335690.

HSL color Cylindrical-coordinate representation of color #CAB59D: hue angle of 32º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAB59D is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 157 -
CMYK 0 0.10 0.22 0.21
HSL 32º 0.3% 0.7% -
HSV(B) 32º 0.22% 0.79% -
XYZ 46.97 48.04 38.7 -
YUV 184.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 202 181 157 0 0.10 0.22 0.21 32 0.3 0.7
Hex CA B5 9D 0 A 16 15 20 1E 46
Octal 312 265 235 0 12 26 25 40 36 106
Binary 11001010 10110101 10011101 0 1010 10110 10101 100000 11110 1000110

Color Harmonies of #CAB59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB59D

Black with #CAB59D

Text Example


Text Example

White with #CAB59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB59D; }

 p { color: rgb(202,181,157); }

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

background-color css

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

 a { background-color: rgb(202,181,157); }

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

border-color css

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

 span { border-color: rgb(202,181,157); }

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