Html Css Color HEX #CCABBA Maverick

📋 copy color: '#CCABBA'

red 204 ◦ green 171 ◦ blue 186

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

Shades of Maverick #CCABBA

Tints of Maverick #CCABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.48%

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 36.36%
G = 30.48%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCABBA (or 0xCCABBA) is known color: Maverick. HEX triplet: CC, AB and BA. RGB value is (204,171,186). Sum of RGB (Red+Green+Blue) = 204+171+186=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABBA is #335445. Grayscale: #B6B6B6. Windows color (decimal): -3363910 or 12233676. OLE color: 12233676.

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

Color convert

RGB 204 171 186 -
CMYK 0 0.16 0.09 0.2
HSL 332.73º 0.24% 0.74% -
HSV(B) 332.73º 0.16% 0.8% -
XYZ 48.33 45.51 52.69 -
YUV 182.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 204 171 186 0 0.16 0.09 0.2 332.73 0.24 0.74
Hex CC AB BA 0 10 9 14 14D 18 4A
Octal 314 253 272 0 20 11 24 515 30 112
Binary 11001100 10101011 10111010 0 10000 1001 10100 101001101 11000 1001010

Color Harmonies of #CCABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABBA

Black with #CCABBA

Text Example


Text Example

White with #CCABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABBA; }

 p { color: rgb(204,171,186); }

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

background-color css

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

 a { background-color: rgb(204,171,186); }

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

border-color css

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

 span { border-color: rgb(204,171,186); }

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