#CFB998

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

Shades of Vanilla #CFB998

Tints of Vanilla #CFB998

Color information

#CFB998 (or 0xCFB998) is unknown color: approx Vanilla. HEX triplet: CF, B9 and 98. RGB value is (207,185,152). Sum of RGB (Red+Green+Blue) = 207+185+152=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB998 is #304667. Grayscale: #BBBBBB. Windows color (decimal): -3163752 or 10009039. OLE color: 10009039.

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

Color convert

RGB207185152-
CMYK00.110.270.19
HSL36º36.42%70.39%-
HSV(B)36º26.57%81.18%-
XYZ48.7550.2336.83-
YUV187.82107.79141.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=38.05%
G=34.01%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718515200.110.270.193636.4270.39
HexCFB9980B1B13242446
Octal31727123001333234444106
Binary1100111110111001100110000101111011100111001001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB998; }

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

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

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

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

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

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

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

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