Html Css Color HEX #C82457 Old Rose

📋 copy color: '#C82457'

red 200 ◦ green 36 ◦ blue 87

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

Shades of Old Rose #C82457

Tints of Old Rose #C82457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

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

R = 61.92%
G = 11.15%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C82457 (or 0xC82457) is known color: Old Rose. HEX triplet: C8, 24 and 57. RGB value is (200,36,87). Sum of RGB (Red+Green+Blue) = 200+36+87=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C82457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82457 is #37DBA8. Grayscale: #5A5A5A. Windows color (decimal): -3660713 or 5711048. OLE color: 5711048.

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

Color convert

RGB 200 36 87 -
CMYK 0 0.82 0.56 0.22
HSL 341.34º 0.69% 0.46% -
HSV(B) 341.34º 0.82% 0.78% -
XYZ 26.17 14.23 10.38 -
YUV 90.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 200 36 87 0 0.82 0.56 0.22 341.34 0.69 0.46
Hex C8 24 57 0 52 38 16 155 45 2E
Octal 310 44 127 0 122 70 26 525 105 56
Binary 11001000 100100 1010111 0 1010010 111000 10110 101010101 1000101 101110

Color Harmonies of #C82457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82457

Black with #C82457

Text Example


Text Example

White with #C82457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82457; }

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

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

background-color css

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

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

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

border-color css

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

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

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