#CCA1BE

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

Shades of Maverick #CCA1BE

Tints of Maverick #CCA1BE

Color information

#CCA1BE (or 0xCCA1BE) is unknown color: approx Maverick. HEX triplet: CC, A1 and BE. RGB value is (204,161,190). Sum of RGB (Red+Green+Blue) = 204+161+190=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1BE is #335E41. Grayscale: #B1B1B1. Windows color (decimal): -3366466 or 12493260. OLE color: 12493260.

HSL color Cylindrical-coordinate representation of color #CCA1BE: hue angle of 319.53º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA1BE is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204161190-
CMYK00.210.070.2
HSL319.53º29.66%71.57%-
HSV(B)319.53º21.08%80%-
XYZ46.9442.0454.36-
YUV177.16135.25147.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=36.76%
G=29.01%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416119000.210.070.2319.5329.6671.57
HexCCA1BE0157141401e48
Octal31424127602572450036110
Binary11001100101000011011111001010111110100101000000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1BE; }

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

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

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

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

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

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

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

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