#CFB698

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

Shades of Vanilla #CFB698

Tints of Vanilla #CFB698

Color information

#CFB698 (or 0xCFB698) is unknown color: approx Vanilla. HEX triplet: CF, B6 and 98. RGB value is (207,182,152). Sum of RGB (Red+Green+Blue) = 207+182+152=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB698 is #304967. Grayscale: #BABABA. Windows color (decimal): -3164520 or 10008271. OLE color: 10008271.

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

Color convert

RGB207182152-
CMYK00.120.270.19
HSL32.73º36.42%70.39%-
HSV(B)32.73º26.57%81.18%-
XYZ48.1348.9936.62-
YUV186.05108.78142.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 152 (59.77% from 255) = 28.10%
R=38.26%
G=33.64%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718215200.120.270.1932.7336.4270.39
HexCFB6980C1B13212446
Octal31726623001433234144106
Binary1100111110110110100110000110011011100111000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB698; }

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

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

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

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

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

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

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

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