Html Css Color HEX #CCA1C1 Maverick

📋 copy color: '#CCA1C1'

red 204 ◦ green 161 ◦ blue 193

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

Shades of Maverick #CCA1C1

Tints of Maverick #CCA1C1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.85%

 BLUE value IS 193 (75.78% from 255) = 34.59%

R = 36.56%
G = 28.85%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCA1C1 (or 0xCCA1C1) is known color: Maverick. HEX triplet: CC, A1 and C1. RGB value is (204,161,193). Sum of RGB (Red+Green+Blue) = 204+161+193=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1C1 is #335E3E. Grayscale: #B1B1B1. Windows color (decimal): -3366463 or 12689868. OLE color: 12689868.

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

Color convert

RGB 204 161 193 -
CMYK 0 0.21 0.05 0.2
HSL 315.35º 0.3% 0.72% -
HSV(B) 315.35º 0.21% 0.8% -
XYZ 47.27 42.18 56.1 -
YUV 177.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 204 161 193 0 0.21 0.05 0.2 315.35 0.3 0.72
Hex CC A1 C1 0 15 5 14 13B 1E 48
Octal 314 241 301 0 25 5 24 473 36 110
Binary 11001100 10100001 11000001 0 10101 101 10100 100111011 11110 1001000

Color Harmonies of #CCA1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1C1

Black with #CCA1C1

Text Example


Text Example

White with #CCA1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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