#CFB69B

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

Shades of Vanilla #CFB69B

Tints of Vanilla #CFB69B

Color information

#CFB69B (or 0xCFB69B) is unknown color: approx Vanilla. HEX triplet: CF, B6 and 9B. RGB value is (207,182,155). Sum of RGB (Red+Green+Blue) = 207+182+155=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB69B is #304964. Grayscale: #BABABA. Windows color (decimal): -3164517 or 10204879. OLE color: 10204879.

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

Color convert

RGB207182155-
CMYK00.120.250.19
HSL31.15º35.14%70.98%-
HSV(B)31.15º25.12%81.18%-
XYZ48.3849.0937.94-
YUV186.4110.28142.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=38.05%
G=33.46%
B=28.49%

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
Decimal20718215500.120.250.1931.1535.1470.98
HexCFB69B0C19131f2347
Octal31726623301431233743107
Binary110011111011011010011011011001100110011111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB69B; }

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

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

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

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

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

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

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

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