#CCAFBE

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

Shades of Maverick #CCAFBE

Tints of Maverick #CCAFBE

Color information

#CCAFBE (or 0xCCAFBE) is unknown color: approx Maverick. HEX triplet: CC, AF and BE. RGB value is (204,175,190). Sum of RGB (Red+Green+Blue) = 204+175+190=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFBE is #335041. Grayscale: #B9B9B9. Windows color (decimal): -3362882 or 12496844. OLE color: 12496844.

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

Color convert

RGB204175190-
CMYK00.140.070.2
HSL328.97º22.14%74.31%-
HSV(B)328.97º14.22%80%-
XYZ49.5347.2255.22-
YUV185.38130.61141.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=35.85%
G=30.76%
B=33.39%

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
Decimal20417519000.140.070.2328.9722.1474.31
HexCCAFBE0E714149164a
Octal31425727601672451126112
Binary1100110010101111101111100111011110100101001001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFBE; }

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

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

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

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

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

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

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

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