Html Css Color HEX #C84052 Mandy

📋 copy color: '#C84052'

red 200 ◦ green 64 ◦ blue 82

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

Shades of Mandy #C84052

Tints of Mandy #C84052

RGB

 RED value IS 200 (78.52% from 255) = 57.8%

 GREEN value IS 64 (25.39% from 255) = 18.5%

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

R = 57.8%
G = 18.5%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C84052 (or 0xC84052) is known color: Mandy. HEX triplet: C8, 40 and 52. RGB value is (200,64,82). Sum of RGB (Red+Green+Blue) = 200+64+82=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C84052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84052 is #37BFAD. Grayscale: #6A6A6A. Windows color (decimal): -3653550 or 5390536. OLE color: 5390536.

HSL color Cylindrical-coordinate representation of color #C84052: hue angle of 352.06º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84052 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 82 -
CMYK 0 0.68 0.59 0.22
HSL 352.06º 0.55% 0.52% -
HSV(B) 352.06º 0.68% 0.78% -
XYZ 27.18 16.56 9.75 -
YUV 106.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 200 64 82 0 0.68 0.59 0.22 352.06 0.55 0.52
Hex C8 40 52 0 44 3B 16 160 37 34
Octal 310 100 122 0 104 73 26 540 67 64
Binary 11001000 1000000 1010010 0 1000100 111011 10110 101100000 110111 110100

Color Harmonies of #C84052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84052

Black with #C84052

Text Example


Text Example

White with #C84052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84052; }

 p { color: rgb(200,64,82); }

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

background-color css

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

 a { background-color: rgb(200,64,82); }

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

border-color css

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

 span { border-color: rgb(200,64,82); }

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