Html Css Color HEX #C82759 Old Rose

📋 copy color: '#C82759'

red 200 ◦ green 39 ◦ blue 89

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

Shades of Old Rose #C82759

Tints of Old Rose #C82759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

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

R = 60.98%
G = 11.89%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C82759 (or 0xC82759) is known color: Old Rose. HEX triplet: C8, 27 and 59. RGB value is (200,39,89). Sum of RGB (Red+Green+Blue) = 200+39+89=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C82759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82759 is #37D8A6. Grayscale: #5C5C5C. Windows color (decimal): -3659943 or 5842888. OLE color: 5842888.

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

Color convert

RGB 200 39 89 -
CMYK 0 0.80 0.56 0.22
HSL 341.37º 0.67% 0.47% -
HSV(B) 341.37º 0.81% 0.78% -
XYZ 26.35 14.45 10.85 -
YUV 92.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 200 39 89 0 0.80 0.56 0.22 341.37 0.67 0.47
Hex C8 27 59 0 50 38 16 155 43 2F
Octal 310 47 131 0 120 70 26 525 103 57
Binary 11001000 100111 1011001 0 1010000 111000 10110 101010101 1000011 101111

Color Harmonies of #C82759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82759

Black with #C82759

Text Example


Text Example

White with #C82759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82759; }

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

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

background-color css

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

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

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

border-color css

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

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

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