Html Css Color HEX #CC465C Mandy

📋 copy color: '#CC465C'

red 204 ◦ green 70 ◦ blue 92

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

Shades of Mandy #CC465C

Tints of Mandy #CC465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

 BLUE value IS 92 (36.33% from 255) = 25.14%

R = 55.74%
G = 19.13%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC465C (or 0xCC465C) is known color: Mandy. HEX triplet: CC, 46 and 5C. RGB value is (204,70,92). Sum of RGB (Red+Green+Blue) = 204+70+92=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC465C is #33B9A3. Grayscale: #707070. Windows color (decimal): -3389860 or 6047436. OLE color: 6047436.

HSL color Cylindrical-coordinate representation of color #CC465C: hue angle of 350.15º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC465C is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 92 -
CMYK 0 0.66 0.55 0.2
HSL 350.15º 0.57% 0.54% -
HSV(B) 350.15º 0.66% 0.8% -
XYZ 29.02 17.99 12.07 -
YUV 112.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 204 70 92 0 0.66 0.55 0.2 350.15 0.57 0.54
Hex CC 46 5C 0 42 37 14 15E 39 36
Octal 314 106 134 0 102 67 24 536 71 66
Binary 11001100 1000110 1011100 0 1000010 110111 10100 101011110 111001 110110

Color Harmonies of #CC465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC465C

Black with #CC465C

Text Example


Text Example

White with #CC465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC465C; }

 p { color: rgb(204,70,92); }

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

background-color css

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

 a { background-color: rgb(204,70,92); }

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

border-color css

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

 span { border-color: rgb(204,70,92); }

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