Html Css Color HEX #C94353 Mandy

📋 copy color: '#C94353'

red 201 ◦ green 67 ◦ blue 83

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

Shades of Mandy #C94353

Tints of Mandy #C94353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.09%

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 57.26%
G = 19.09%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C94353 (or 0xC94353) is known color: Mandy. HEX triplet: C9, 43 and 53. RGB value is (201,67,83). Sum of RGB (Red+Green+Blue) = 201+67+83=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C94353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94353 is #36BCAC. Grayscale: #6C6C6C. Windows color (decimal): -3587245 or 5456841. OLE color: 5456841.

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

Color convert

RGB 201 67 83 -
CMYK 0 0.67 0.59 0.21
HSL 352.84º 0.55% 0.53% -
HSV(B) 352.84º 0.67% 0.79% -
XYZ 27.66 17.06 10.02 -
YUV 108.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 201 67 83 0 0.67 0.59 0.21 352.84 0.55 0.53
Hex C9 43 53 0 43 3B 15 161 37 35
Octal 311 103 123 0 103 73 25 541 67 65
Binary 11001001 1000011 1010011 0 1000011 111011 10101 101100001 110111 110101

Color Harmonies of #C94353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94353

Black with #C94353

Text Example


Text Example

White with #C94353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94353; }

 p { color: rgb(201,67,83); }

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

background-color css

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

 a { background-color: rgb(201,67,83); }

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

border-color css

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

 span { border-color: rgb(201,67,83); }

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