#CCABC3

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

Shades of Maverick #CCABC3

Tints of Maverick #CCABC3

Color information

#CCABC3 (or 0xCCABC3) is unknown color: approx Maverick. HEX triplet: CC, AB and C3. RGB value is (204,171,195). Sum of RGB (Red+Green+Blue) = 204+171+195=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABC3 is #33543C. Grayscale: #B7B7B7. Windows color (decimal): -3363901 or 12823500. OLE color: 12823500.

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

Color convert

RGB204171195-
CMYK00.160.040.2
HSL316.36º24.44%73.53%-
HSV(B)316.36º16.18%80%-
XYZ49.3245.957.89-
YUV183.6134.43142.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 195 (76.56% from 255) = 34.21%
R=35.79%
G=30%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417119500.160.040.2316.3624.4473.53
HexCCABC301041413c184a
Octal31425330302042447430112
Binary11001100101010111100001101000010010100100111100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABC3; }

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

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

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

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

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

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

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

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