Html Css Color HEX #C04652 Mandy

📋 copy color: '#C04652'

red 192 ◦ green 70 ◦ blue 82

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

Shades of Mandy #C04652

Tints of Mandy #C04652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 55.81%
G = 20.35%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C04652 (or 0xC04652) is known color: Mandy. HEX triplet: C0, 46 and 52. RGB value is (192,70,82). Sum of RGB (Red+Green+Blue) = 192+70+82=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C04652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04652 is #3FB9AD. Grayscale: #6B6B6B. Windows color (decimal): -4176302 or 5392064. OLE color: 5392064.

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

Color convert

RGB 192 70 82 -
CMYK 0 0.64 0.57 0.25
HSL 354.1º 0.49% 0.51% -
HSV(B) 354.1º 0.64% 0.75% -
XYZ 25.45 16.2 9.77 -
YUV 107.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 192 70 82 0 0.64 0.57 0.25 354.1 0.49 0.51
Hex C0 46 52 0 40 39 19 162 31 33
Octal 300 106 122 0 100 71 31 542 61 63
Binary 11000000 1000110 1010010 0 1000000 111001 11001 101100010 110001 110011

Color Harmonies of #C04652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04652

Black with #C04652

Text Example


Text Example

White with #C04652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04652; }

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

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

background-color css

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

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

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

border-color css

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

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

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