Html Css Color HEX #CFB596 Vanilla

📋 copy color: '#CFB596'

red 207 ◦ green 181 ◦ blue 150

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

Shades of Vanilla #CFB596

Tints of Vanilla #CFB596

RGB

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

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

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

R = 38.48%
G = 33.64%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFB596 (or 0xCFB596) is known color: Vanilla. HEX triplet: CF, B5 and 96. RGB value is (207,181,150). Sum of RGB (Red+Green+Blue) = 207+181+150=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB596 is #304A69. Grayscale: #B9B9B9. Windows color (decimal): -3164778 or 9876943. OLE color: 9876943.

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

Color convert

RGB 207 181 150 -
CMYK 0 0.13 0.28 0.19
HSL 32.63º 0.37% 0.7% -
HSV(B) 32.63º 0.28% 0.81% -
XYZ 47.76 48.52 35.7 -
YUV 185.24 108.11 143.52 -
System Red Green Blue C M Y K H S L
Decimal 207 181 150 0 0.13 0.28 0.19 32.63 0.37 0.7
Hex CF B5 96 0 D 1C 13 21 25 46
Octal 317 265 226 0 15 34 23 41 45 106
Binary 11001111 10110101 10010110 0 1101 11100 10011 100001 100101 1000110

Color Harmonies of #CFB596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB596

Black with #CFB596

Text Example


Text Example

White with #CFB596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB596; }

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

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

background-color css

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

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

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

border-color css

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

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

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