Html Css Color HEX #C82D4C Old Rose

📋 copy color: '#C82D4C'

red 200 ◦ green 45 ◦ blue 76

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

Shades of Old Rose #C82D4C

Tints of Old Rose #C82D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.02%

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 62.31%
G = 14.02%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C82D4C (or 0xC82D4C) is known color: Old Rose. HEX triplet: C8, 2D and 4C. RGB value is (200,45,76). Sum of RGB (Red+Green+Blue) = 200+45+76=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D4C is #37D2B3. Grayscale: #5E5E5E. Windows color (decimal): -3658420 or 4992456. OLE color: 4992456.

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

Color convert

RGB 200 45 76 -
CMYK 0 0.78 0.62 0.22
HSL 348º 0.63% 0.48% -
HSV(B) 348º 0.78% 0.78% -
XYZ 26.06 14.68 8.3 -
YUV 94.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 200 45 76 0 0.78 0.62 0.22 348 0.63 0.48
Hex C8 2D 4C 0 4E 3E 16 15C 3F 30
Octal 310 55 114 0 116 76 26 534 77 60
Binary 11001000 101101 1001100 0 1001110 111110 10110 101011100 111111 110000

Color Harmonies of #C82D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D4C

Black with #C82D4C

Text Example


Text Example

White with #C82D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D4C; }

 p { color: rgb(200,45,76); }

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

background-color css

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

 a { background-color: rgb(200,45,76); }

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

border-color css

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

 span { border-color: rgb(200,45,76); }

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