Html Css Color HEX #CCABBE Maverick

📋 copy color: '#CCABBE'

red 204 ◦ green 171 ◦ blue 190

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

Shades of Maverick #CCABBE

Tints of Maverick #CCABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.63%

R = 36.11%
G = 30.27%
B = 33.63%

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

#CCABBE (or 0xCCABBE) is known color: Maverick. HEX triplet: CC, AB and BE. RGB value is (204,171,190). Sum of RGB (Red+Green+Blue) = 204+171+190=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABBE is #335441. Grayscale: #B6B6B6. Windows color (decimal): -3363906 or 12495820. OLE color: 12495820.

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

Color convert

RGB 204 171 190 -
CMYK 0 0.16 0.07 0.2
HSL 325.45º 0.24% 0.74% -
HSV(B) 325.45º 0.16% 0.8% -
XYZ 48.76 45.68 54.96 -
YUV 183.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 204 171 190 0 0.16 0.07 0.2 325.45 0.24 0.74
Hex CC AB BE 0 10 7 14 145 18 4A
Octal 314 253 276 0 20 7 24 505 30 112
Binary 11001100 10101011 10111110 0 10000 111 10100 101000101 11000 1001010

Color Harmonies of #CCABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABBE

Black with #CCABBE

Text Example


Text Example

White with #CCABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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