Html Css Color HEX #CCACC3 Maverick

📋 copy color: '#CCACC3'

red 204 ◦ green 172 ◦ blue 195

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

Shades of Maverick #CCACC3

Tints of Maverick #CCACC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.15%

R = 35.73%
G = 30.12%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CCACC3 (or 0xCCACC3) is known color: Maverick. HEX triplet: CC, AC and C3. RGB value is (204,172,195). Sum of RGB (Red+Green+Blue) = 204+172+195=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC3 is #33533C. Grayscale: #B8B8B8. Windows color (decimal): -3363645 or 12823756. OLE color: 12823756.

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

Color convert

RGB 204 172 195 -
CMYK 0 0.16 0.04 0.2
HSL 316.88º 0.24% 0.74% -
HSV(B) 316.88º 0.16% 0.8% -
XYZ 49.5 46.28 57.95 -
YUV 184.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 204 172 195 0 0.16 0.04 0.2 316.88 0.24 0.74
Hex CC AC C3 0 10 4 14 13D 18 4A
Octal 314 254 303 0 20 4 24 475 30 112
Binary 11001100 10101100 11000011 0 10000 100 10100 100111101 11000 1001010

Color Harmonies of #CCACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACC3

Black with #CCACC3

Text Example


Text Example

White with #CCACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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