Html Css Color HEX #CFB995 Vanilla

📋 copy color: '#CFB995'

red 207 ◦ green 185 ◦ blue 149

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

Shades of Vanilla #CFB995

Tints of Vanilla #CFB995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.54%

R = 38.26%
G = 34.2%
B = 27.54%

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

#CFB995 (or 0xCFB995) is known color: Vanilla. HEX triplet: CF, B9 and 95. RGB value is (207,185,149). Sum of RGB (Red+Green+Blue) = 207+185+149=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB995 is #30466A. Grayscale: #BBBBBB. Windows color (decimal): -3163755 or 9812431. OLE color: 9812431.

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

Color convert

RGB 207 185 149 -
CMYK 0 0.11 0.28 0.19
HSL 37.24º 0.38% 0.7% -
HSV(B) 37.24º 0.28% 0.81% -
XYZ 48.51 50.13 35.55 -
YUV 187.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 207 185 149 0 0.11 0.28 0.19 37.24 0.38 0.7
Hex CF B9 95 0 B 1C 13 25 26 46
Octal 317 271 225 0 13 34 23 45 46 106
Binary 11001111 10111001 10010101 0 1011 11100 10011 100101 100110 1000110

Color Harmonies of #CFB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB995

Black with #CFB995

Text Example


Text Example

White with #CFB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB995; }

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

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

background-color css

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

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

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

border-color css

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

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

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