Html Css Color HEX #CC9EC0 Maverick

📋 copy color: '#CC9EC0'

red 204 ◦ green 158 ◦ blue 192

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

Shades of Maverick #CC9EC0

Tints of Maverick #CC9EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.52%

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 36.82%
G = 28.52%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC9EC0 (or 0xCC9EC0) is known color: Maverick. HEX triplet: CC, 9E and C0. RGB value is (204,158,192). Sum of RGB (Red+Green+Blue) = 204+158+192=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EC0 is #33613F. Grayscale: #AFAFAF. Windows color (decimal): -3367232 or 12623564. OLE color: 12623564.

HSL color Cylindrical-coordinate representation of color #CC9EC0: hue angle of 315.65º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9EC0 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 158 192 -
CMYK 0 0.23 0.06 0.2
HSL 315.65º 0.31% 0.71% -
HSV(B) 315.65º 0.23% 0.8% -
XYZ 46.64 41.1 55.34 -
YUV 175.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 204 158 192 0 0.23 0.06 0.2 315.65 0.31 0.71
Hex CC 9E C0 0 17 6 14 13C 1F 47
Octal 314 236 300 0 27 6 24 474 37 107
Binary 11001100 10011110 11000000 0 10111 110 10100 100111100 11111 1000111

Color Harmonies of #CC9EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EC0

Black with #CC9EC0

Text Example


Text Example

White with #CC9EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EC0; }

 p { color: rgb(204,158,192); }

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

background-color css

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

 a { background-color: rgb(204,158,192); }

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

border-color css

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

 span { border-color: rgb(204,158,192); }

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