Html Css Color HEX #CCA6BE Maverick

📋 copy color: '#CCA6BE'

red 204 ◦ green 166 ◦ blue 190

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

Shades of Maverick #CCA6BE

Tints of Maverick #CCA6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.64%

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

R = 36.43%
G = 29.64%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCA6BE (or 0xCCA6BE) is known color: Maverick. HEX triplet: CC, A6 and BE. RGB value is (204,166,190). Sum of RGB (Red+Green+Blue) = 204+166+190=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6BE is #335941. Grayscale: #B4B4B4. Windows color (decimal): -3365186 or 12494540. OLE color: 12494540.

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

Color convert

RGB 204 166 190 -
CMYK 0 0.19 0.07 0.2
HSL 322.11º 0.27% 0.73% -
HSV(B) 322.11º 0.19% 0.8% -
XYZ 47.83 43.83 54.65 -
YUV 180.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 204 166 190 0 0.19 0.07 0.2 322.11 0.27 0.73
Hex CC A6 BE 0 13 7 14 142 1B 49
Octal 314 246 276 0 23 7 24 502 33 111
Binary 11001100 10100110 10111110 0 10011 111 10100 101000010 11011 1001001

Color Harmonies of #CCA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6BE

Black with #CCA6BE

Text Example


Text Example

White with #CCA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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