#CFB5C6

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

Shades of Maverick #CFB5C6

Tints of Maverick #CFB5C6

Color information

#CFB5C6 (or 0xCFB5C6) is unknown color: approx Maverick. HEX triplet: CF, B5 and C6. RGB value is (207,181,198). Sum of RGB (Red+Green+Blue) = 207+181+198=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5C6 is #304A39. Grayscale: #BEBEBE. Windows color (decimal): -3164730 or 13022671. OLE color: 13022671.

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

Color convert

RGB207181198-
CMYK00.130.040.19
HSL320.77º21.31%76.08%-
HSV(B)320.77º12.56%81.18%-
XYZ52.4550.3960.39-
YUV190.71132.11139.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 181 (71.09% from 255) = 30.89%
BLUE value IS 198 (77.73% from 255) = 33.79%
R=35.32%
G=30.89%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718119800.130.040.19320.7721.3176.08
HexCFB5C60D413141154c
Octal31726530601542350125114
Binary1100111110110101110001100110110010011101000001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5C6; }

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

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

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

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

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

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

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

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