Html Css Color HEX #C0464C Mandy

📋 copy color: '#C0464C'

red 192 ◦ green 70 ◦ blue 76

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

Shades of Mandy #C0464C

Tints of Mandy #C0464C

RGB

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

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

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

R = 56.8%
G = 20.71%
B = 22.49%

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

#C0464C (or 0xC0464C) is known color: Mandy. HEX triplet: C0, 46 and 4C. RGB value is (192,70,76). Sum of RGB (Red+Green+Blue) = 192+70+76=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0464C is #3FB9B3. Grayscale: #6B6B6B. Windows color (decimal): -4176308 or 4998848. OLE color: 4998848.

HSL color Cylindrical-coordinate representation of color #C0464C: hue angle of 357.05º 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 #C0464C is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 76 -
CMYK 0 0.64 0.60 0.25
HSL 357.05º 0.49% 0.51% -
HSV(B) 357.05º 0.64% 0.75% -
XYZ 25.23 16.11 8.62 -
YUV 107.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 192 70 76 0 0.64 0.60 0.25 357.05 0.49 0.51
Hex C0 46 4C 0 40 3C 19 165 31 33
Octal 300 106 114 0 100 74 31 545 61 63
Binary 11000000 1000110 1001100 0 1000000 111100 11001 101100101 110001 110011

Color Harmonies of #C0464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0464C

Black with #C0464C

Text Example


Text Example

White with #C0464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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