#ccafc3

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

Shades of Maverick #CCAFC3

Tints of Maverick #CCAFC3

Color information

#CCAFC3 (or 0xCCAFC3) is unknown color: approx Maverick. HEX triplet: CC, AF and C3. RGB value is (204,175,195). Sum of RGB (Red+Green+Blue) = 204+175+195=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFC3 is #33503C. Grayscale: #B9B9B9. Windows color (decimal): -3362877 or 12824524. OLE color: 12824524.

HSL color Cylindrical-coordinate representation of color #CCAFC3: hue angle of 318.62º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCAFC3 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204175195-
CMYK00.140.040.2
HSL318.62º22.14%74.31%-
HSV(B)318.62º14.22%80%-
XYZ50.0847.4458.15-
YUV185.95133.11140.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 195 (76.56% from 255) = 33.97%
R=35.54%
G=30.49%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417519500.140.040.2318.6222.1474.31
HexCCAFC30E41413f164a
Octal31425730301642447726112
Binary1100110010101111110000110111010010100100111111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccafc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccafc3; }

 p { color: rgb(204,175,195); }

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

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

 a { background-color: rgb(204,175,195); }

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

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

 span { border-color: rgb(204,175,195); }

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