Html Css Color HEX #C82859 Old Rose

📋 copy color: '#C82859'

red 200 ◦ green 40 ◦ blue 89

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

Shades of Old Rose #C82859

Tints of Old Rose #C82859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 60.79%
G = 12.16%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C82859 (or 0xC82859) is known color: Old Rose. HEX triplet: C8, 28 and 59. RGB value is (200,40,89). Sum of RGB (Red+Green+Blue) = 200+40+89=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C82859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82859 is #37D7A6. Grayscale: #5D5D5D. Windows color (decimal): -3659687 or 5843144. OLE color: 5843144.

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

Color convert

RGB 200 40 89 -
CMYK 0 0.8 0.56 0.22
HSL 341.63º 0.67% 0.47% -
HSV(B) 341.63º 0.8% 0.78% -
XYZ 26.38 14.52 10.86 -
YUV 93.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 200 40 89 0 0.8 0.56 0.22 341.63 0.67 0.47
Hex C8 28 59 0 50 38 16 156 43 2F
Octal 310 50 131 0 120 70 26 526 103 57
Binary 11001000 101000 1011001 0 1010000 111000 10110 101010110 1000011 101111

Color Harmonies of #C82859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82859

Black with #C82859

Text Example


Text Example

White with #C82859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82859; }

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

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

background-color css

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

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

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

border-color css

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

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

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