Html Css Color HEX #CC6165 Mandy

📋 copy color: '#CC6165'

red 204 ◦ green 97 ◦ blue 101

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

Shades of Mandy #CC6165

Tints of Mandy #CC6165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.12%

R = 50.75%
G = 24.13%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC6165 (or 0xCC6165) is known color: Mandy. HEX triplet: CC, 61 and 65. RGB value is (204,97,101). Sum of RGB (Red+Green+Blue) = 204+97+101=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6165 is #339E9A. Grayscale: #818181. Windows color (decimal): -3382939 or 6644172. OLE color: 6644172.

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

Color convert

RGB 204 97 101 -
CMYK 0 0.52 0.50 0.2
HSL 357.76º 0.51% 0.59% -
HSV(B) 357.76º 0.52% 0.8% -
XYZ 31.53 22.33 14.96 -
YUV 129.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 204 97 101 0 0.52 0.50 0.2 357.76 0.51 0.59
Hex CC 61 65 0 34 32 14 166 33 3B
Octal 314 141 145 0 64 62 24 546 63 73
Binary 11001100 1100001 1100101 0 110100 110010 10100 101100110 110011 111011

Color Harmonies of #CC6165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6165

Black with #CC6165

Text Example


Text Example

White with #CC6165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6165; }

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

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

background-color css

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

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

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

border-color css

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

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

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