Html Css Color HEX #C82253 Old Rose

📋 copy color: '#C82253'

red 200 ◦ green 34 ◦ blue 83

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

Shades of Old Rose #C82253

Tints of Old Rose #C82253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 63.09%
G = 10.73%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C82253 (or 0xC82253) is known color: Old Rose. HEX triplet: C8, 22 and 53. RGB value is (200,34,83). Sum of RGB (Red+Green+Blue) = 200+34+83=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C82253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82253 is #37DDAC. Grayscale: #595959. Windows color (decimal): -3661229 or 5448392. OLE color: 5448392.

HSL color Cylindrical-coordinate representation of color #C82253: hue angle of 342.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82253 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 34 83 -
CMYK 0 0.83 0.58 0.22
HSL 342.29º 0.71% 0.46% -
HSV(B) 342.29º 0.83% 0.78% -
XYZ 25.95 14.05 9.53 -
YUV 89.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 200 34 83 0 0.83 0.58 0.22 342.29 0.71 0.46
Hex C8 22 53 0 53 3A 16 156 47 2E
Octal 310 42 123 0 123 72 26 526 107 56
Binary 11001000 100010 1010011 0 1010011 111010 10110 101010110 1000111 101110

Color Harmonies of #C82253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82253

Black with #C82253

Text Example


Text Example

White with #C82253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82253; }

 p { color: rgb(200,34,83); }

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

background-color css

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

 a { background-color: rgb(200,34,83); }

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

border-color css

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

 span { border-color: rgb(200,34,83); }

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