Html Css Color HEX #C94052 Mandy

📋 copy color: '#C94052'

red 201 ◦ green 64 ◦ blue 82

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

Shades of Mandy #C94052

Tints of Mandy #C94052

RGB

 RED value IS 201 (78.91% from 255) = 57.93%

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

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

R = 57.93%
G = 18.44%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C94052 (or 0xC94052) is known color: Mandy. HEX triplet: C9, 40 and 52. RGB value is (201,64,82). Sum of RGB (Red+Green+Blue) = 201+64+82=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C94052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94052 is #36BFAD. Grayscale: #6B6B6B. Windows color (decimal): -3588014 or 5390537. OLE color: 5390537.

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

Color convert

RGB 201 64 82 -
CMYK 0 0.68 0.59 0.21
HSL 352.12º 0.56% 0.52% -
HSV(B) 352.12º 0.68% 0.79% -
XYZ 27.44 16.69 9.76 -
YUV 107.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 201 64 82 0 0.68 0.59 0.21 352.12 0.56 0.52
Hex C9 40 52 0 44 3B 15 160 38 34
Octal 311 100 122 0 104 73 25 540 70 64
Binary 11001001 1000000 1010010 0 1000100 111011 10101 101100000 111000 110100

Color Harmonies of #C94052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94052

Black with #C94052

Text Example


Text Example

White with #C94052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94052; }

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

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

background-color css

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

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

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

border-color css

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

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

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