Html Css Color HEX #C82B5E Old Rose

📋 copy color: '#C82B5E'

red 200 ◦ green 43 ◦ blue 94

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

Shades of Old Rose #C82B5E

Tints of Old Rose #C82B5E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.76%

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 59.35%
G = 12.76%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C82B5E (or 0xC82B5E) is known color: Old Rose. HEX triplet: C8, 2B and 5E. RGB value is (200,43,94). Sum of RGB (Red+Green+Blue) = 200+43+94=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B5E is #37D4A1. Grayscale: #5F5F5F. Windows color (decimal): -3658914 or 6171592. OLE color: 6171592.

HSL color Cylindrical-coordinate representation of color #C82B5E: hue angle of 340.51º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82B5E is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 43 94 -
CMYK 0 0.78 0.53 0.22
HSL 340.51º 0.65% 0.48% -
HSV(B) 340.51º 0.79% 0.78% -
XYZ 26.7 14.82 12.04 -
YUV 95.76 127.01 202.35 -
System Red Green Blue C M Y K H S L
Decimal 200 43 94 0 0.78 0.53 0.22 340.51 0.65 0.48
Hex C8 2B 5E 0 4E 35 16 155 41 30
Octal 310 53 136 0 116 65 26 525 101 60
Binary 11001000 101011 1011110 0 1001110 110101 10110 101010101 1000001 110000

Color Harmonies of #C82B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B5E

Black with #C82B5E

Text Example


Text Example

White with #C82B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B5E; }

 p { color: rgb(200,43,94); }

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

background-color css

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

 a { background-color: rgb(200,43,94); }

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

border-color css

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

 span { border-color: rgb(200,43,94); }

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