#CFB5C0

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

Shades of Maverick #CFB5C0

Tints of Maverick #CFB5C0

Color information

#CFB5C0 (or 0xCFB5C0) is unknown color: approx Maverick. HEX triplet: CF, B5 and C0. RGB value is (207,181,192). Sum of RGB (Red+Green+Blue) = 207+181+192=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5C0 is #304A3F. Grayscale: #BEBEBE. Windows color (decimal): -3164736 or 12629455. OLE color: 12629455.

HSL color Cylindrical-coordinate representation of color #CFB5C0: hue angle of 334.62º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB5C0 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB207181192-
CMYK00.130.070.19
HSL334.62º21.31%76.08%-
HSV(B)334.62º12.56%81.18%-
XYZ51.7750.1256.81-
YUV190.03129.11140.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 181 (71.09% from 255) = 31.21%
BLUE value IS 192 (75.39% from 255) = 33.10%
R=35.69%
G=31.21%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718119200.130.070.19334.6221.3176.08
HexCFB5C00D71314f154c
Octal31726530001572351725114
Binary1100111110110101110000000110111110011101001111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5C0; }

 p { color: rgb(207,181,192); }

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

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

 a { background-color: rgb(207,181,192); }

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

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

 span { border-color: rgb(207,181,192); }

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