Html Css Color HEX #CCAABF Maverick

📋 copy color: '#CCAABF'

red 204 ◦ green 170 ◦ blue 191

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

Shades of Maverick #CCAABF

Tints of Maverick #CCAABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.81%

R = 36.11%
G = 30.09%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCAABF (or 0xCCAABF) is known color: Maverick. HEX triplet: CC, AA and BF. RGB value is (204,170,191). Sum of RGB (Red+Green+Blue) = 204+170+191=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAABF is #335540. Grayscale: #B6B6B6. Windows color (decimal): -3364161 or 12561100. OLE color: 12561100.

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

Color convert

RGB 204 170 191 -
CMYK 0 0.17 0.06 0.2
HSL 322.94º 0.25% 0.73% -
HSV(B) 322.94º 0.17% 0.8% -
XYZ 48.68 45.35 55.48 -
YUV 182.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 204 170 191 0 0.17 0.06 0.2 322.94 0.25 0.73
Hex CC AA BF 0 11 6 14 143 19 49
Octal 314 252 277 0 21 6 24 503 31 111
Binary 11001100 10101010 10111111 0 10001 110 10100 101000011 11001 1001001

Color Harmonies of #CCAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAABF

Black with #CCAABF

Text Example


Text Example

White with #CCAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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