Html Css Color HEX #CC6162 Mandy

📋 copy color: '#CC6162'

red 204 ◦ green 97 ◦ blue 98

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

Shades of Mandy #CC6162

Tints of Mandy #CC6162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.31%

 BLUE value IS 98 (38.67% from 255) = 24.56%

R = 51.13%
G = 24.31%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC6162 (or 0xCC6162) is known color: Mandy. HEX triplet: CC, 61 and 62. RGB value is (204,97,98). Sum of RGB (Red+Green+Blue) = 204+97+98=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6162 is #339E9D. Grayscale: #818181. Windows color (decimal): -3382942 or 6447564. OLE color: 6447564.

HSL color Cylindrical-coordinate representation of color #CC6162: hue angle of 359.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6162 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 97 98 -
CMYK 0 0.52 0.52 0.2
HSL 359.44º 0.51% 0.59% -
HSV(B) 359.44º 0.52% 0.8% -
XYZ 31.38 22.27 14.2 -
YUV 129.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 204 97 98 0 0.52 0.52 0.2 359.44 0.51 0.59
Hex CC 61 62 0 34 34 14 167 33 3B
Octal 314 141 142 0 64 64 24 547 63 73
Binary 11001100 1100001 1100010 0 110100 110100 10100 101100111 110011 111011

Color Harmonies of #CC6162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6162

Black with #CC6162

Text Example


Text Example

White with #CC6162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6162; }

 p { color: rgb(204,97,98); }

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

background-color css

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

 a { background-color: rgb(204,97,98); }

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

border-color css

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

 span { border-color: rgb(204,97,98); }

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