Html Css Color HEX #CCABBD Maverick

📋 copy color: '#CCABBD'

red 204 ◦ green 171 ◦ blue 189

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

Shades of Maverick #CCABBD

Tints of Maverick #CCABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 36.17%
G = 30.32%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCABBD (or 0xCCABBD) is known color: Maverick. HEX triplet: CC, AB and BD. RGB value is (204,171,189). Sum of RGB (Red+Green+Blue) = 204+171+189=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABBD is #335442. Grayscale: #B6B6B6. Windows color (decimal): -3363907 or 12430284. OLE color: 12430284.

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

Color convert

RGB 204 171 189 -
CMYK 0 0.16 0.07 0.2
HSL 327.27º 0.24% 0.74% -
HSV(B) 327.27º 0.16% 0.8% -
XYZ 48.65 45.64 54.39 -
YUV 182.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 204 171 189 0 0.16 0.07 0.2 327.27 0.24 0.74
Hex CC AB BD 0 10 7 14 147 18 4A
Octal 314 253 275 0 20 7 24 507 30 112
Binary 11001100 10101011 10111101 0 10000 111 10100 101000111 11000 1001010

Color Harmonies of #CCABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABBD

Black with #CCABBD

Text Example


Text Example

White with #CCABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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