#CFAEC0

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

Shades of Maverick #CFAEC0

Tints of Maverick #CFAEC0

Color information

#CFAEC0 (or 0xCFAEC0) is unknown color: approx Maverick. HEX triplet: CF, AE and C0. RGB value is (207,174,192). Sum of RGB (Red+Green+Blue) = 207+174+192=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEC0 is #30513F. Grayscale: #B9B9B9. Windows color (decimal): -3166528 or 12627663. OLE color: 12627663.

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

Color convert

RGB207174192-
CMYK00.160.070.19
HSL327.27º25.58%74.71%-
HSV(B)327.27º15.94%81.18%-
XYZ50.3847.3456.35-
YUV185.92131.43143.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 192 (75.39% from 255) = 33.51%
R=36.13%
G=30.37%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717419200.160.070.19327.2725.5874.71
HexCFAEC00107131471a4b
Octal31725630002072350732113
Binary11001111101011101100000001000011110011101000111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEC0; }

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

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

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

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

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

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

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

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