Html Css Color HEX #C82955 Old Rose

📋 copy color: '#C82955'

red 200 ◦ green 41 ◦ blue 85

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

Shades of Old Rose #C82955

Tints of Old Rose #C82955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.58%

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 61.35%
G = 12.58%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C82955 (or 0xC82955) is known color: Old Rose. HEX triplet: C8, 29 and 55. RGB value is (200,41,85). Sum of RGB (Red+Green+Blue) = 200+41+85=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C82955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82955 is #37D6AA. Grayscale: #5D5D5D. Windows color (decimal): -3659435 or 5581256. OLE color: 5581256.

HSL color Cylindrical-coordinate representation of color #C82955: hue angle of 343.4º degrees, saturation: 0.66, 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 #C82955 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 85 -
CMYK 0 0.80 0.58 0.22
HSL 343.4º 0.66% 0.47% -
HSV(B) 343.4º 0.8% 0.78% -
XYZ 26.25 14.52 10.01 -
YUV 93.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 200 41 85 0 0.80 0.58 0.22 343.4 0.66 0.47
Hex C8 29 55 0 50 3A 16 157 42 2F
Octal 310 51 125 0 120 72 26 527 102 57
Binary 11001000 101001 1010101 0 1010000 111010 10110 101010111 1000010 101111

Color Harmonies of #C82955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82955

Black with #C82955

Text Example


Text Example

White with #C82955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82955; }

 p { color: rgb(200,41,85); }

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

background-color css

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

 a { background-color: rgb(200,41,85); }

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

border-color css

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

 span { border-color: rgb(200,41,85); }

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