Html Css Color HEX #C82B4D Old Rose

📋 copy color: '#C82B4D'

red 200 ◦ green 43 ◦ blue 77

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

Shades of Old Rose #C82B4D

Tints of Old Rose #C82B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.44%

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 62.5%
G = 13.44%
B = 24.06%

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

#C82B4D (or 0xC82B4D) is known color: Old Rose. HEX triplet: C8, 2B and 4D. RGB value is (200,43,77). Sum of RGB (Red+Green+Blue) = 200+43+77=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B4D is #37D4B2. Grayscale: #5D5D5D. Windows color (decimal): -3658931 or 5057480. OLE color: 5057480.

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

Color convert

RGB 200 43 77 -
CMYK 0 0.78 0.62 0.22
HSL 347.01º 0.65% 0.48% -
HSV(B) 347.01º 0.79% 0.78% -
XYZ 26.02 14.54 8.46 -
YUV 93.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 200 43 77 0 0.78 0.62 0.22 347.01 0.65 0.48
Hex C8 2B 4D 0 4E 3E 16 15B 41 30
Octal 310 53 115 0 116 76 26 533 101 60
Binary 11001000 101011 1001101 0 1001110 111110 10110 101011011 1000001 110000

Color Harmonies of #C82B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B4D

Black with #C82B4D

Text Example


Text Example

White with #C82B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B4D; }

 p { color: rgb(200,43,77); }

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

background-color css

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

 a { background-color: rgb(200,43,77); }

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

border-color css

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

 span { border-color: rgb(200,43,77); }

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