#CFB69D

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

Shades of Vanilla #CFB69D

Tints of Vanilla #CFB69D

Color information

#CFB69D (or 0xCFB69D) is unknown color: approx Vanilla. HEX triplet: CF, B6 and 9D. RGB value is (207,182,157). Sum of RGB (Red+Green+Blue) = 207+182+157=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB69D is #304962. Grayscale: #BABABA. Windows color (decimal): -3164515 or 10335951. OLE color: 10335951.

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

Color convert

RGB207182157-
CMYK00.120.240.19
HSL30º34.25%71.37%-
HSV(B)30º24.15%81.18%-
XYZ48.5549.1638.83-
YUV186.62111.28142.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 28.75%
R=37.91%
G=33.33%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718215700.120.240.193034.2571.37
HexCFB69D0C18131e2247
Octal31726623501430233642107
Binary110011111011011010011101011001100010011111101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB69D; }

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

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

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

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

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

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

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

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