Html Css Color HEX #CCAABB Maverick

📋 copy color: '#CCAABB'

red 204 ◦ green 170 ◦ blue 187

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

Shades of Maverick #CCAABB

Tints of Maverick #CCAABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.33%

R = 36.36%
G = 30.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCAABB (or 0xCCAABB) is known color: Maverick. HEX triplet: CC, AA and BB. RGB value is (204,170,187). Sum of RGB (Red+Green+Blue) = 204+170+187=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAABB is #335544. Grayscale: #B6B6B6. Windows color (decimal): -3364165 or 12298956. OLE color: 12298956.

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

Color convert

RGB 204 170 187 -
CMYK 0 0.17 0.08 0.2
HSL 330º 0.25% 0.73% -
HSV(B) 330º 0.17% 0.8% -
XYZ 48.25 45.17 53.19 -
YUV 182.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 204 170 187 0 0.17 0.08 0.2 330 0.25 0.73
Hex CC AA BB 0 11 8 14 14A 19 49
Octal 314 252 273 0 21 10 24 512 31 111
Binary 11001100 10101010 10111011 0 10001 1000 10100 101001010 11001 1001001

Color Harmonies of #CCAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAABB

Black with #CCAABB

Text Example


Text Example

White with #CCAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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