Html Css Color HEX #CFB59A Vanilla

📋 copy color: '#CFB59A'

red 207 ◦ green 181 ◦ blue 154

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

Shades of Vanilla #CFB59A

Tints of Vanilla #CFB59A

RGB

 RED value IS 207 (81.25% from 255) = 38.19%

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

 BLUE value IS 154 (60.55% from 255) = 28.41%

R = 38.19%
G = 33.39%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CFB59A (or 0xCFB59A) is known color: Vanilla. HEX triplet: CF, B5 and 9A. RGB value is (207,181,154). Sum of RGB (Red+Green+Blue) = 207+181+154=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB59A is #304A65. Grayscale: #B9B9B9. Windows color (decimal): -3164774 or 10139087. OLE color: 10139087.

HSL color Cylindrical-coordinate representation of color #CFB59A: hue angle of 30.57º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFB59A is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 154 -
CMYK 0 0.13 0.26 0.19
HSL 30.57º 0.36% 0.71% -
HSV(B) 30.57º 0.26% 0.81% -
XYZ 48.09 48.65 37.43 -
YUV 185.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 207 181 154 0 0.13 0.26 0.19 30.57 0.36 0.71
Hex CF B5 9A 0 D 1A 13 1F 24 47
Octal 317 265 232 0 15 32 23 37 44 107
Binary 11001111 10110101 10011010 0 1101 11010 10011 11111 100100 1000111

Color Harmonies of #CFB59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB59A

Black with #CFB59A

Text Example


Text Example

White with #CFB59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB59A; }

 p { color: rgb(207,181,154); }

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

background-color css

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

 a { background-color: rgb(207,181,154); }

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

border-color css

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

 span { border-color: rgb(207,181,154); }

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