Html Css Color HEX #CCA8BB Maverick

📋 copy color: '#CCA8BB'

red 204 ◦ green 168 ◦ blue 187

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

Shades of Maverick #CCA8BB

Tints of Maverick #CCA8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.05%

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

R = 36.49%
G = 30.05%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCA8BB (or 0xCCA8BB) is known color: Maverick. HEX triplet: CC, A8 and BB. RGB value is (204,168,187). Sum of RGB (Red+Green+Blue) = 204+168+187=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8BB is #335744. Grayscale: #B4B4B4. Windows color (decimal): -3364677 or 12298444. OLE color: 12298444.

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

Color convert

RGB 204 168 187 -
CMYK 0 0.18 0.08 0.2
HSL 328.33º 0.26% 0.73% -
HSV(B) 328.33º 0.18% 0.8% -
XYZ 47.87 44.43 53.07 -
YUV 180.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 204 168 187 0 0.18 0.08 0.2 328.33 0.26 0.73
Hex CC A8 BB 0 12 8 14 148 1A 49
Octal 314 250 273 0 22 10 24 510 32 111
Binary 11001100 10101000 10111011 0 10010 1000 10100 101001000 11010 1001001

Color Harmonies of #CCA8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8BB

Black with #CCA8BB

Text Example


Text Example

White with #CCA8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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