#CFB69C

Color #CFB69C Vanilla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla #CFB69C

Tints of Vanilla #CFB69C

Color information

#CFB69C (or 0xCFB69C) is unknown color: approx Vanilla. HEX triplet: CF, B6 and 9C. RGB value is (207,182,156). Sum of RGB (Red+Green+Blue) = 207+182+156=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB69C is #304963. Grayscale: #BABABA. Windows color (decimal): -3164516 or 10270415. OLE color: 10270415.

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

Color convert

RGB207182156-
CMYK00.120.250.19
HSL30.59º34.69%71.18%-
HSV(B)30.59º24.64%81.18%-
XYZ48.4649.1238.38-
YUV186.51110.78142.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=37.98%
G=33.39%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718215600.120.250.1930.5934.6971.18
HexCFB69C0C19131f2347
Octal31726623401431233743107
Binary110011111011011010011100011001100110011111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB69C; }

 p { color: rgb(207,182,156); }

 H1.HeaderClassName
 {
   color: #CFB69C;
 }
 .AnyTagClassName
 {
   color: #CFB69C;
 }
</style>
background-color css

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

 a { background-color: rgb(207,182,156); }

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

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

 span { border-color: rgb(207,182,156); }

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