Html Css Color HEX #C64C5C Mandy

📋 copy color: '#C64C5C'

red 198 ◦ green 76 ◦ blue 92

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

Shades of Mandy #C64C5C

Tints of Mandy #C64C5C

RGB

 RED value IS 198 (77.73% from 255) = 54.1%

 GREEN value IS 76 (30.08% from 255) = 20.77%

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

R = 54.1%
G = 20.77%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C64C5C (or 0xC64C5C) is known color: Mandy. HEX triplet: C6, 4C and 5C. RGB value is (198,76,92). Sum of RGB (Red+Green+Blue) = 198+76+92=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C5C is #39B3A3. Grayscale: #727272. Windows color (decimal): -3781540 or 6048966. OLE color: 6048966.

HSL color Cylindrical-coordinate representation of color #C64C5C: hue angle of 352.13º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64C5C is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 76 92 -
CMYK 0 0.62 0.54 0.22
HSL 352.13º 0.52% 0.54% -
HSV(B) 352.13º 0.62% 0.78% -
XYZ 27.8 17.95 12.12 -
YUV 114.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 198 76 92 0 0.62 0.54 0.22 352.13 0.52 0.54
Hex C6 4C 5C 0 3E 36 16 160 34 36
Octal 306 114 134 0 76 66 26 540 64 66
Binary 11000110 1001100 1011100 0 111110 110110 10110 101100000 110100 110110

Color Harmonies of #C64C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C5C

Black with #C64C5C

Text Example


Text Example

White with #C64C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C5C; }

 p { color: rgb(198,76,92); }

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

background-color css

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

 a { background-color: rgb(198,76,92); }

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

border-color css

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

 span { border-color: rgb(198,76,92); }

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