Html Css Color HEX #CCA6BD Maverick

📋 copy color: '#CCA6BD'

red 204 ◦ green 166 ◦ blue 189

#CCA6BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #CCA6BD

Tints of Maverick #CCA6BD

RGB

 RED value IS 204 (80.08% from 255) = 36.49%

 GREEN value IS 166 (65.23% from 255) = 29.7%

 BLUE value IS 189 (74.22% from 255) = 33.81%

R = 36.49%
G = 29.7%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCA6BD (or 0xCCA6BD) is known color: Maverick. HEX triplet: CC, A6 and BD. RGB value is (204,166,189). Sum of RGB (Red+Green+Blue) = 204+166+189=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6BD is #335942. Grayscale: #B3B3B3. Windows color (decimal): -3365187 or 12429004. OLE color: 12429004.

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

Color convert

RGB 204 166 189 -
CMYK 0 0.19 0.07 0.2
HSL 323.68º 0.27% 0.73% -
HSV(B) 323.68º 0.19% 0.8% -
XYZ 47.72 43.78 54.08 -
YUV 179.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 204 166 189 0 0.19 0.07 0.2 323.68 0.27 0.73
Hex CC A6 BD 0 13 7 14 144 1B 49
Octal 314 246 275 0 23 7 24 504 33 111
Binary 11001100 10100110 10111101 0 10011 111 10100 101000100 11011 1001001

Color Harmonies of #CCA6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6BD

Black with #CCA6BD

Text Example


Text Example

White with #CCA6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6BD; }

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

 H1.HeaderClassName
 {
   color: #CCA6BD;
 }
 .AnyTagClassName
 {
   color: #CCA6BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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