Html Css Color HEX #CCA5C2 Maverick

📋 copy color: '#CCA5C2'

red 204 ◦ green 165 ◦ blue 194

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

Shades of Maverick #CCA5C2

Tints of Maverick #CCA5C2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

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

R = 36.23%
G = 29.31%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCA5C2 (or 0xCCA5C2) is known color: Maverick. HEX triplet: CC, A5 and C2. RGB value is (204,165,194). Sum of RGB (Red+Green+Blue) = 204+165+194=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5C2 is #335A3D. Grayscale: #B3B3B3. Windows color (decimal): -3365438 or 12756428. OLE color: 12756428.

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

Color convert

RGB 204 165 194 -
CMYK 0 0.19 0.05 0.2
HSL 315.38º 0.28% 0.72% -
HSV(B) 315.38º 0.19% 0.8% -
XYZ 48.09 43.64 56.93 -
YUV 179.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 204 165 194 0 0.19 0.05 0.2 315.38 0.28 0.72
Hex CC A5 C2 0 13 5 14 13B 1C 48
Octal 314 245 302 0 23 5 24 473 34 110
Binary 11001100 10100101 11000010 0 10011 101 10100 100111011 11100 1001000

Color Harmonies of #CCA5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5C2

Black with #CCA5C2

Text Example


Text Example

White with #CCA5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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