Html Css Color HEX #C0474A Mandy

📋 copy color: '#C0474A'

red 192 ◦ green 71 ◦ blue 74

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

Shades of Mandy #C0474A

Tints of Mandy #C0474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 56.97%
G = 21.07%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0474A (or 0xC0474A) is known color: Mandy. HEX triplet: C0, 47 and 4A. RGB value is (192,71,74). Sum of RGB (Red+Green+Blue) = 192+71+74=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0474A is #3FB8B5. Grayscale: #6B6B6B. Windows color (decimal): -4176054 or 4868032. OLE color: 4868032.

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

Color convert

RGB 192 71 74 -
CMYK 0 0.63 0.61 0.25
HSL 358.51º 0.49% 0.52% -
HSV(B) 358.51º 0.63% 0.75% -
XYZ 25.23 16.21 8.28 -
YUV 107.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 192 71 74 0 0.63 0.61 0.25 358.51 0.49 0.52
Hex C0 47 4A 0 3F 3D 19 167 31 34
Octal 300 107 112 0 77 75 31 547 61 64
Binary 11000000 1000111 1001010 0 111111 111101 11001 101100111 110001 110100

Color Harmonies of #C0474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0474A

Black with #C0474A

Text Example


Text Example

White with #C0474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0474A; }

 p { color: rgb(192,71,74); }

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

background-color css

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

 a { background-color: rgb(192,71,74); }

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

border-color css

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

 span { border-color: rgb(192,71,74); }

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