Html Css Color HEX #CCA0C2 Maverick

📋 copy color: '#CCA0C2'

red 204 ◦ green 160 ◦ blue 194

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

Shades of Maverick #CCA0C2

Tints of Maverick #CCA0C2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.67%

 BLUE value IS 194 (76.17% from 255) = 34.77%

R = 36.56%
G = 28.67%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCA0C2 (or 0xCCA0C2) is known color: Maverick. HEX triplet: CC, A0 and C2. RGB value is (204,160,194). Sum of RGB (Red+Green+Blue) = 204+160+194=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0C2 is #335F3D. Grayscale: #B0B0B0. Windows color (decimal): -3366718 or 12755148. OLE color: 12755148.

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

Color convert

RGB 204 160 194 -
CMYK 0 0.22 0.05 0.2
HSL 313.64º 0.3% 0.71% -
HSV(B) 313.64º 0.22% 0.8% -
XYZ 47.21 41.87 56.63 -
YUV 177.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 204 160 194 0 0.22 0.05 0.2 313.64 0.3 0.71
Hex CC A0 C2 0 16 5 14 13A 1E 47
Octal 314 240 302 0 26 5 24 472 36 107
Binary 11001100 10100000 11000010 0 10110 101 10100 100111010 11110 1000111

Color Harmonies of #CCA0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0C2

Black with #CCA0C2

Text Example


Text Example

White with #CCA0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0C2; }

 p { color: rgb(204,160,194); }

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

background-color css

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

 a { background-color: rgb(204,160,194); }

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

border-color css

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

 span { border-color: rgb(204,160,194); }

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