Html Css Color HEX #CFB996 Vanilla

📋 copy color: '#CFB996'

red 207 ◦ green 185 ◦ blue 150

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

Shades of Vanilla #CFB996

Tints of Vanilla #CFB996

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.13%

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

R = 38.19%
G = 34.13%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFB996 (or 0xCFB996) is known color: Vanilla. HEX triplet: CF, B9 and 96. RGB value is (207,185,150). Sum of RGB (Red+Green+Blue) = 207+185+150=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB996 is #304669. Grayscale: #BBBBBB. Windows color (decimal): -3163754 or 9877967. OLE color: 9877967.

HSL color Cylindrical-coordinate representation of color #CFB996: hue angle of 36.84º 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 #CFB996 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 185 150 -
CMYK 0 0.11 0.28 0.19
HSL 36.84º 0.37% 0.7% -
HSV(B) 36.84º 0.28% 0.81% -
XYZ 48.59 50.17 35.98 -
YUV 187.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 207 185 150 0 0.11 0.28 0.19 36.84 0.37 0.7
Hex CF B9 96 0 B 1C 13 25 25 46
Octal 317 271 226 0 13 34 23 45 45 106
Binary 11001111 10111001 10010110 0 1011 11100 10011 100101 100101 1000110

Color Harmonies of #CFB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB996

Black with #CFB996

Text Example


Text Example

White with #CFB996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB996; }

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

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

background-color css

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

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

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

border-color css

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

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

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