Html Css Color HEX #C82B4A Old Rose

📋 copy color: '#C82B4A'

red 200 ◦ green 43 ◦ blue 74

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

Shades of Old Rose #C82B4A

Tints of Old Rose #C82B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 63.09%
G = 13.56%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C82B4A (or 0xC82B4A) is known color: Old Rose. HEX triplet: C8, 2B and 4A. RGB value is (200,43,74). Sum of RGB (Red+Green+Blue) = 200+43+74=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82B4A is #37D4B5. Grayscale: #5D5D5D. Windows color (decimal): -3658934 or 4860872. OLE color: 4860872.

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

Color convert

RGB 200 43 74 -
CMYK 0 0.78 0.63 0.22
HSL 348.15º 0.65% 0.48% -
HSV(B) 348.15º 0.79% 0.78% -
XYZ 25.92 14.5 7.91 -
YUV 93.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 200 43 74 0 0.78 0.63 0.22 348.15 0.65 0.48
Hex C8 2B 4A 0 4E 3F 16 15C 41 30
Octal 310 53 112 0 116 77 26 534 101 60
Binary 11001000 101011 1001010 0 1001110 111111 10110 101011100 1000001 110000

Color Harmonies of #C82B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B4A

Black with #C82B4A

Text Example


Text Example

White with #C82B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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