Html Css Color HEX #C82852 Old Rose

📋 copy color: '#C82852'

red 200 ◦ green 40 ◦ blue 82

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

Shades of Old Rose #C82852

Tints of Old Rose #C82852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.42%

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

R = 62.11%
G = 12.42%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C82852 (or 0xC82852) is known color: Old Rose. HEX triplet: C8, 28 and 52. RGB value is (200,40,82). Sum of RGB (Red+Green+Blue) = 200+40+82=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C82852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82852 is #37D7AD. Grayscale: #5C5C5C. Windows color (decimal): -3659694 or 5384392. OLE color: 5384392.

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

Color convert

RGB 200 40 82 -
CMYK 0 0.8 0.59 0.22
HSL 344.25º 0.67% 0.47% -
HSV(B) 344.25º 0.8% 0.78% -
XYZ 26.1 14.41 9.39 -
YUV 92.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 200 40 82 0 0.8 0.59 0.22 344.25 0.67 0.47
Hex C8 28 52 0 50 3B 16 158 43 2F
Octal 310 50 122 0 120 73 26 530 103 57
Binary 11001000 101000 1010010 0 1010000 111011 10110 101011000 1000011 101111

Color Harmonies of #C82852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82852

Black with #C82852

Text Example


Text Example

White with #C82852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82852; }

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

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

background-color css

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

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

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

border-color css

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

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

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