Html Css Color HEX #CCACC0 Maverick

📋 copy color: '#CCACC0'

red 204 ◦ green 172 ◦ blue 192

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

Shades of Maverick #CCACC0

Tints of Maverick #CCACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.28%

 BLUE value IS 192 (75.39% from 255) = 33.8%

R = 35.92%
G = 30.28%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCACC0 (or 0xCCACC0) is known color: Maverick. HEX triplet: CC, AC and C0. RGB value is (204,172,192). Sum of RGB (Red+Green+Blue) = 204+172+192=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC0 is #33533F. Grayscale: #B7B7B7. Windows color (decimal): -3363648 or 12627148. OLE color: 12627148.

HSL color Cylindrical-coordinate representation of color #CCACC0: hue angle of 322.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACC0 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 192 -
CMYK 0 0.16 0.06 0.2
HSL 322.5º 0.24% 0.74% -
HSV(B) 322.5º 0.16% 0.8% -
XYZ 49.17 46.15 56.19 -
YUV 183.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 204 172 192 0 0.16 0.06 0.2 322.5 0.24 0.74
Hex CC AC C0 0 10 6 14 142 18 4A
Octal 314 254 300 0 20 6 24 502 30 112
Binary 11001100 10101100 11000000 0 10000 110 10100 101000010 11000 1001010

Color Harmonies of #CCACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACC0

Black with #CCACC0

Text Example


Text Example

White with #CCACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACC0; }

 p { color: rgb(204,172,192); }

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

background-color css

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

 a { background-color: rgb(204,172,192); }

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

border-color css

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

 span { border-color: rgb(204,172,192); }

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