Html Css Color HEX #C0464E Mandy

📋 copy color: '#C0464E'

red 192 ◦ green 70 ◦ blue 78

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

Shades of Mandy #C0464E

Tints of Mandy #C0464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.94%

R = 56.47%
G = 20.59%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0464E (or 0xC0464E) is known color: Mandy. HEX triplet: C0, 46 and 4E. RGB value is (192,70,78). Sum of RGB (Red+Green+Blue) = 192+70+78=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0464E is #3FB9B1. Grayscale: #6B6B6B. Windows color (decimal): -4176306 or 5129920. OLE color: 5129920.

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

Color convert

RGB 192 70 78 -
CMYK 0 0.64 0.59 0.25
HSL 356.07º 0.49% 0.51% -
HSV(B) 356.07º 0.64% 0.75% -
XYZ 25.3 16.14 8.99 -
YUV 107.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 192 70 78 0 0.64 0.59 0.25 356.07 0.49 0.51
Hex C0 46 4E 0 40 3B 19 164 31 33
Octal 300 106 116 0 100 73 31 544 61 63
Binary 11000000 1000110 1001110 0 1000000 111011 11001 101100100 110001 110011

Color Harmonies of #C0464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0464E

Black with #C0464E

Text Example


Text Example

White with #C0464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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