#CFAAC4

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

Shades of Maverick #CFAAC4

Tints of Maverick #CFAAC4

Color information

#CFAAC4 (or 0xCFAAC4) is unknown color: approx Maverick. HEX triplet: CF, AA and C4. RGB value is (207,170,196). Sum of RGB (Red+Green+Blue) = 207+170+196=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAC4 is #30553B. Grayscale: #B7B7B7. Windows color (decimal): -3167548 or 12888783. OLE color: 12888783.

HSL color Cylindrical-coordinate representation of color #CFAAC4: hue angle of 317.84º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAAC4 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207170196-
CMYK00.180.050.19
HSL317.84º27.82%73.92%-
HSV(B)317.84º17.87%81.18%-
XYZ50.074658.46-
YUV184.03134.76144.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=36.13%
G=29.67%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717019600.180.050.19317.8427.8273.92
HexCFAAC401251313e1c4a
Octal31725230402252347634112
Binary11001111101010101100010001001010110011100111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAC4; }

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

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

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

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

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

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

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

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