#CFAAC1

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

Shades of Maverick #CFAAC1

Tints of Maverick #CFAAC1

Color information

#CFAAC1 (or 0xCFAAC1) is unknown color: approx Maverick. HEX triplet: CF, AA and C1. RGB value is (207,170,193). Sum of RGB (Red+Green+Blue) = 207+170+193=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAC1 is #30553E. Grayscale: #B7B7B7. Windows color (decimal): -3167551 or 12692175. OLE color: 12692175.

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

Color convert

RGB207170193-
CMYK00.180.070.19
HSL322.7º27.82%73.92%-
HSV(B)322.7º17.87%81.18%-
XYZ49.7345.8756.68-
YUV183.68133.26144.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=36.32%
G=29.82%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717019300.180.070.19322.727.8273.92
HexCFAAC10127131431c4a
Octal31725230102272350334112
Binary11001111101010101100000101001011110011101000011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAC1; }

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

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

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

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

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

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

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

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