Html Css Color HEX #C82F5E Old Rose

📋 copy color: '#C82F5E'

red 200 ◦ green 47 ◦ blue 94

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

Shades of Old Rose #C82F5E

Tints of Old Rose #C82F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.78%

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

R = 58.65%
G = 13.78%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C82F5E (or 0xC82F5E) is known color: Old Rose. HEX triplet: C8, 2F and 5E. RGB value is (200,47,94). Sum of RGB (Red+Green+Blue) = 200+47+94=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82F5E is #37D0A1. Grayscale: #626262. Windows color (decimal): -3657890 or 6172616. OLE color: 6172616.

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

Color convert

RGB 200 47 94 -
CMYK 0 0.76 0.53 0.22
HSL 341.57º 0.62% 0.48% -
HSV(B) 341.57º 0.77% 0.78% -
XYZ 26.86 15.12 12.09 -
YUV 98.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 200 47 94 0 0.76 0.53 0.22 341.57 0.62 0.48
Hex C8 2F 5E 0 4C 35 16 156 3E 30
Octal 310 57 136 0 114 65 26 526 76 60
Binary 11001000 101111 1011110 0 1001100 110101 10110 101010110 111110 110000

Color Harmonies of #C82F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F5E

Black with #C82F5E

Text Example


Text Example

White with #C82F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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