Html Css Color HEX #C83757 Old Rose

📋 copy color: '#C83757'

red 200 ◦ green 55 ◦ blue 87

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

Shades of Old Rose #C83757

Tints of Old Rose #C83757

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.08%

 BLUE value IS 87 (34.38% from 255) = 25.44%

R = 58.48%
G = 16.08%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C83757 (or 0xC83757) is known color: Old Rose. HEX triplet: C8, 37 and 57. RGB value is (200,55,87). Sum of RGB (Red+Green+Blue) = 200+55+87=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C83757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83757 is #37C8A8. Grayscale: #666666. Windows color (decimal): -3655849 or 5715912. OLE color: 5715912.

HSL color Cylindrical-coordinate representation of color #C83757: hue angle of 346.76º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83757 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 87 -
CMYK 0 0.72 0.56 0.22
HSL 346.76º 0.57% 0.5% -
HSV(B) 346.76º 0.73% 0.78% -
XYZ 26.91 15.7 10.63 -
YUV 102 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 200 55 87 0 0.72 0.56 0.22 346.76 0.57 0.5
Hex C8 37 57 0 48 38 16 15B 39 32
Octal 310 67 127 0 110 70 26 533 71 62
Binary 11001000 110111 1010111 0 1001000 111000 10110 101011011 111001 110010

Color Harmonies of #C83757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83757

Black with #C83757

Text Example


Text Example

White with #C83757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83757; }

 p { color: rgb(200,55,87); }

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

background-color css

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

 a { background-color: rgb(200,55,87); }

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

border-color css

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

 span { border-color: rgb(200,55,87); }

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