Html Css Color HEX #C83E53 Old Rose

📋 copy color: '#C83E53'

red 200 ◦ green 62 ◦ blue 83

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

Shades of Old Rose #C83E53

Tints of Old Rose #C83E53

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.97%

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

R = 57.97%
G = 17.97%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C83E53 (or 0xC83E53) is known color: Old Rose. HEX triplet: C8, 3E and 53. RGB value is (200,62,83). Sum of RGB (Red+Green+Blue) = 200+62+83=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E53 is #37C1AC. Grayscale: #696969. Windows color (decimal): -3654061 or 5455560. OLE color: 5455560.

HSL color Cylindrical-coordinate representation of color #C83E53: hue angle of 350.87º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83E53 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 62 83 -
CMYK 0 0.69 0.58 0.22
HSL 350.87º 0.56% 0.51% -
HSV(B) 350.87º 0.69% 0.78% -
XYZ 27.1 16.35 9.91 -
YUV 105.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 200 62 83 0 0.69 0.58 0.22 350.87 0.56 0.51
Hex C8 3E 53 0 45 3A 16 15F 38 33
Octal 310 76 123 0 105 72 26 537 70 63
Binary 11001000 111110 1010011 0 1000101 111010 10110 101011111 111000 110011

Color Harmonies of #C83E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E53

Black with #C83E53

Text Example


Text Example

White with #C83E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E53; }

 p { color: rgb(200,62,83); }

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

background-color css

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

 a { background-color: rgb(200,62,83); }

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

border-color css

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

 span { border-color: rgb(200,62,83); }

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