#CCAFBD

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

Shades of Maverick #CCAFBD

Tints of Maverick #CCAFBD

Color information

#CCAFBD (or 0xCCAFBD) is unknown color: approx Maverick. HEX triplet: CC, AF and BD. RGB value is (204,175,189). Sum of RGB (Red+Green+Blue) = 204+175+189=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFBD is #335042. Grayscale: #B9B9B9. Windows color (decimal): -3362883 or 12431308. OLE color: 12431308.

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

Color convert

RGB204175189-
CMYK00.140.070.2
HSL331.03º22.14%74.31%-
HSV(B)331.03º14.22%80%-
XYZ49.4247.1754.64-
YUV185.27130.11141.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=35.92%
G=30.81%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417518900.140.070.2331.0322.1474.31
HexCCAFBD0E71414b164a
Octal31425727501672451326112
Binary1100110010101111101111010111011110100101001011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFBD; }

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

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

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

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

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

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

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

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