Html Css Color HEX #CCAAC1 Maverick

📋 copy color: '#CCAAC1'

red 204 ◦ green 170 ◦ blue 193

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

Shades of Maverick #CCAAC1

Tints of Maverick #CCAAC1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.98%

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

R = 35.98%
G = 29.98%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCAAC1 (or 0xCCAAC1) is known color: Maverick. HEX triplet: CC, AA and C1. RGB value is (204,170,193). Sum of RGB (Red+Green+Blue) = 204+170+193=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAC1 is #33553E. Grayscale: #B6B6B6. Windows color (decimal): -3364159 or 12692172. OLE color: 12692172.

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

Color convert

RGB 204 170 193 -
CMYK 0 0.17 0.05 0.2
HSL 319.41º 0.25% 0.73% -
HSV(B) 319.41º 0.17% 0.8% -
XYZ 48.9 45.44 56.64 -
YUV 182.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 204 170 193 0 0.17 0.05 0.2 319.41 0.25 0.73
Hex CC AA C1 0 11 5 14 13F 19 49
Octal 314 252 301 0 21 5 24 477 31 111
Binary 11001100 10101010 11000001 0 10001 101 10100 100111111 11001 1001001

Color Harmonies of #CCAAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAC1

Black with #CCAAC1

Text Example


Text Example

White with #CCAAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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