Html Css Color HEX #C82755 Old Rose

📋 copy color: '#C82755'

red 200 ◦ green 39 ◦ blue 85

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

Shades of Old Rose #C82755

Tints of Old Rose #C82755

RGB

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

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

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

R = 61.73%
G = 12.04%
B = 26.23%

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

#C82755 (or 0xC82755) is known color: Old Rose. HEX triplet: C8, 27 and 55. RGB value is (200,39,85). Sum of RGB (Red+Green+Blue) = 200+39+85=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C82755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82755 is #37D8AA. Grayscale: #5C5C5C. Windows color (decimal): -3659947 or 5580744. OLE color: 5580744.

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

Color convert

RGB 200 39 85 -
CMYK 0 0.80 0.58 0.22
HSL 342.86º 0.67% 0.47% -
HSV(B) 342.86º 0.81% 0.78% -
XYZ 26.18 14.39 9.99 -
YUV 92.38 123.84 204.76 -
System Red Green Blue C M Y K H S L
Decimal 200 39 85 0 0.80 0.58 0.22 342.86 0.67 0.47
Hex C8 27 55 0 50 3A 16 157 43 2F
Octal 310 47 125 0 120 72 26 527 103 57
Binary 11001000 100111 1010101 0 1010000 111010 10110 101010111 1000011 101111

Color Harmonies of #C82755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82755

Black with #C82755

Text Example


Text Example

White with #C82755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82755; }

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

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

background-color css

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

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

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

border-color css

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

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

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