Html Css Color HEX #C82952 Old Rose

📋 copy color: '#C82952'

red 200 ◦ green 41 ◦ blue 82

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

Shades of Old Rose #C82952

Tints of Old Rose #C82952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 61.92%
G = 12.69%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C82952 (or 0xC82952) is known color: Old Rose. HEX triplet: C8, 29 and 52. RGB value is (200,41,82). Sum of RGB (Red+Green+Blue) = 200+41+82=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C82952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82952 is #37D6AD. Grayscale: #5D5D5D. Windows color (decimal): -3659438 or 5384648. OLE color: 5384648.

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

Color convert

RGB 200 41 82 -
CMYK 0 0.80 0.59 0.22
HSL 344.53º 0.66% 0.47% -
HSV(B) 344.53º 0.8% 0.78% -
XYZ 26.14 14.47 9.4 -
YUV 93.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 200 41 82 0 0.80 0.59 0.22 344.53 0.66 0.47
Hex C8 29 52 0 50 3B 16 159 42 2F
Octal 310 51 122 0 120 73 26 531 102 57
Binary 11001000 101001 1010010 0 1010000 111011 10110 101011001 1000010 101111

Color Harmonies of #C82952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82952

Black with #C82952

Text Example


Text Example

White with #C82952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82952; }

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

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

background-color css

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

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

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

border-color css

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

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

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