Html Css Color HEX #C0454C Mandy

📋 copy color: '#C0454C'

red 192 ◦ green 69 ◦ blue 76

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

Shades of Mandy #C0454C

Tints of Mandy #C0454C

RGB

 RED value IS 192 (75.39% from 255) = 56.97%

 GREEN value IS 69 (27.34% from 255) = 20.47%

 BLUE value IS 76 (30.08% from 255) = 22.55%

R = 56.97%
G = 20.47%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0454C (or 0xC0454C) is known color: Mandy. HEX triplet: C0, 45 and 4C. RGB value is (192,69,76). Sum of RGB (Red+Green+Blue) = 192+69+76=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0454C is #3FBAB3. Grayscale: #6A6A6A. Windows color (decimal): -4176564 or 4998592. OLE color: 4998592.

HSL color Cylindrical-coordinate representation of color #C0454C: hue angle of 356.59º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0454C is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 76 -
CMYK 0 0.64 0.60 0.25
HSL 356.59º 0.49% 0.51% -
HSV(B) 356.59º 0.64% 0.75% -
XYZ 25.17 15.98 8.6 -
YUV 106.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 192 69 76 0 0.64 0.60 0.25 356.59 0.49 0.51
Hex C0 45 4C 0 40 3C 19 165 31 33
Octal 300 105 114 0 100 74 31 545 61 63
Binary 11000000 1000101 1001100 0 1000000 111100 11001 101100101 110001 110011

Color Harmonies of #C0454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0454C

Black with #C0454C

Text Example


Text Example

White with #C0454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0454C; }

 p { color: rgb(192,69,76); }

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

background-color css

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

 a { background-color: rgb(192,69,76); }

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

border-color css

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

 span { border-color: rgb(192,69,76); }

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