#CFAEC8

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

Shades of Maverick #CFAEC8

Tints of Maverick #CFAEC8

Color information

#CFAEC8 (or 0xCFAEC8) is unknown color: approx Maverick. HEX triplet: CF, AE and C8. RGB value is (207,174,200). Sum of RGB (Red+Green+Blue) = 207+174+200=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEC8 is #305137. Grayscale: #BABABA. Windows color (decimal): -3166520 or 13151951. OLE color: 13151951.

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

Color convert

RGB207174200-
CMYK00.160.030.19
HSL312.73º25.58%74.71%-
HSV(B)312.73º15.94%81.18%-
XYZ51.2947.7161.15-
YUV186.83135.43142.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 200 (78.52% from 255) = 34.42%
R=35.63%
G=29.95%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717420000.160.030.19312.7325.5874.71
HexCFAEC80103131391a4b
Octal31725631002032347132113
Binary1100111110101110110010000100001110011100111001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEC8; }

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

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

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

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

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

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

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

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