#CFBB98

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

Shades of Vanilla #CFBB98

Tints of Vanilla #CFBB98

Color information

#CFBB98 (or 0xCFBB98) is unknown color: approx Vanilla. HEX triplet: CF, BB and 98. RGB value is (207,187,152). Sum of RGB (Red+Green+Blue) = 207+187+152=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBB98 is #304467. Grayscale: #BDBDBD. Windows color (decimal): -3163240 or 10009551. OLE color: 10009551.

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

Color convert

RGB207187152-
CMYK00.100.270.19
HSL38.18º36.42%70.39%-
HSV(B)38.18º26.57%81.18%-
XYZ49.1751.0736.97-
YUV188.99107.13140.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 152 (59.77% from 255) = 27.84%
R=37.91%
G=34.25%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718715200.100.270.1938.1836.4270.39
HexCFBB980A1B13262446
Octal31727323001233234644106
Binary1100111110111011100110000101011011100111001101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB98; }

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

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

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

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

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

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

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

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