#CFAEC4

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

Shades of Maverick #CFAEC4

Tints of Maverick #CFAEC4

Color information

#CFAEC4 (or 0xCFAEC4) is unknown color: approx Maverick. HEX triplet: CF, AE and C4. RGB value is (207,174,196). Sum of RGB (Red+Green+Blue) = 207+174+196=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEC4 is #30513B. Grayscale: #BABABA. Windows color (decimal): -3166524 or 12889807. OLE color: 12889807.

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

Color convert

RGB207174196-
CMYK00.160.050.19
HSL320º25.58%74.71%-
HSV(B)320º15.94%81.18%-
XYZ50.8347.5258.72-
YUV186.38133.43142.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=35.88%
G=30.16%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717419600.160.050.1932025.5874.71
HexCFAEC40105131401a4b
Octal31725630402052350032113
Binary11001111101011101100010001000010110011101000000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEC4; }

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

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

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

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

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

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

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

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