Html Css Color HEX #C82953 Old Rose

📋 copy color: '#C82953'

red 200 ◦ green 41 ◦ blue 83

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

Shades of Old Rose #C82953

Tints of Old Rose #C82953

RGB

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

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

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

R = 61.73%
G = 12.65%
B = 25.62%

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

#C82953 (or 0xC82953) is known color: Old Rose. HEX triplet: C8, 29 and 53. RGB value is (200,41,83). Sum of RGB (Red+Green+Blue) = 200+41+83=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C82953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82953 is #37D6AC. Grayscale: #5D5D5D. Windows color (decimal): -3659437 or 5450184. OLE color: 5450184.

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

Color convert

RGB 200 41 83 -
CMYK 0 0.80 0.58 0.22
HSL 344.15º 0.66% 0.47% -
HSV(B) 344.15º 0.8% 0.78% -
XYZ 26.17 14.49 9.6 -
YUV 93.33 122.18 204.08 -
System Red Green Blue C M Y K H S L
Decimal 200 41 83 0 0.80 0.58 0.22 344.15 0.66 0.47
Hex C8 29 53 0 50 3A 16 158 42 2F
Octal 310 51 123 0 120 72 26 530 102 57
Binary 11001000 101001 1010011 0 1010000 111010 10110 101011000 1000010 101111

Color Harmonies of #C82953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82953

Black with #C82953

Text Example


Text Example

White with #C82953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82953; }

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

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

background-color css

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

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

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

border-color css

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

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

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