Html Css Color HEX #CCABBF Maverick

📋 copy color: '#CCABBF'

red 204 ◦ green 171 ◦ blue 191

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

Shades of Maverick #CCABBF

Tints of Maverick #CCABBF

RGB

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

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

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

R = 36.04%
G = 30.21%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCABBF (or 0xCCABBF) is known color: Maverick. HEX triplet: CC, AB and BF. RGB value is (204,171,191). Sum of RGB (Red+Green+Blue) = 204+171+191=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABBF is #335440. Grayscale: #B7B7B7. Windows color (decimal): -3363905 or 12561356. OLE color: 12561356.

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

Color convert

RGB 204 171 191 -
CMYK 0 0.16 0.06 0.2
HSL 323.64º 0.24% 0.74% -
HSV(B) 323.64º 0.16% 0.8% -
XYZ 48.87 45.72 55.54 -
YUV 183.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 204 171 191 0 0.16 0.06 0.2 323.64 0.24 0.74
Hex CC AB BF 0 10 6 14 144 18 4A
Octal 314 253 277 0 20 6 24 504 30 112
Binary 11001100 10101011 10111111 0 10000 110 10100 101000100 11000 1001010

Color Harmonies of #CCABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABBF

Black with #CCABBF

Text Example


Text Example

White with #CCABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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