Html Css Color HEX #C82359 Old Rose

📋 copy color: '#C82359'

red 200 ◦ green 35 ◦ blue 89

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

Shades of Old Rose #C82359

Tints of Old Rose #C82359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.8%

 BLUE value IS 89 (35.16% from 255) = 27.47%

R = 61.73%
G = 10.8%
B = 27.47%

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

#C82359 (or 0xC82359) is known color: Old Rose. HEX triplet: C8, 23 and 59. RGB value is (200,35,89). Sum of RGB (Red+Green+Blue) = 200+35+89=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C82359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82359 is #37DCA6. Grayscale: #5A5A5A. Windows color (decimal): -3660967 or 5841864. OLE color: 5841864.

HSL color Cylindrical-coordinate representation of color #C82359: hue angle of 340.36º degrees, saturation: 0.7, 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 #C82359 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 35 89 -
CMYK 0 0.82 0.56 0.22
HSL 340.36º 0.7% 0.46% -
HSV(B) 340.36º 0.83% 0.78% -
XYZ 26.22 14.2 10.81 -
YUV 90.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 200 35 89 0 0.82 0.56 0.22 340.36 0.7 0.46
Hex C8 23 59 0 52 38 16 154 46 2E
Octal 310 43 131 0 122 70 26 524 106 56
Binary 11001000 100011 1011001 0 1010010 111000 10110 101010100 1000110 101110

Color Harmonies of #C82359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82359

Black with #C82359

Text Example


Text Example

White with #C82359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82359; }

 p { color: rgb(200,35,89); }

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

background-color css

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

 a { background-color: rgb(200,35,89); }

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

border-color css

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

 span { border-color: rgb(200,35,89); }

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