#CCAFBB

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

Shades of Maverick #CCAFBB

Tints of Maverick #CCAFBB

Color information

#CCAFBB (or 0xCCAFBB) is unknown color: approx Maverick. HEX triplet: CC, AF and BB. RGB value is (204,175,187). Sum of RGB (Red+Green+Blue) = 204+175+187=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFBB is #335044. Grayscale: #B9B9B9. Windows color (decimal): -3362885 or 12300236. OLE color: 12300236.

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

Color convert

RGB204175187-
CMYK00.140.080.2
HSL335.17º22.14%74.31%-
HSV(B)335.17º14.22%80%-
XYZ49.247.0953.51-
YUV185.04129.11141.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=36.04%
G=30.92%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417518700.140.080.2335.1722.1474.31
HexCCAFBB0E81414f164a
Octal314257273016102451726112
Binary11001100101011111011101101110100010100101001111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFBB; }

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

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

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

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

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

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

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

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