Html Css Color HEX #C82C4B Old Rose

📋 copy color: '#C82C4B'

red 200 ◦ green 44 ◦ blue 75

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

Shades of Old Rose #C82C4B

Tints of Old Rose #C82C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.79%

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 62.7%
G = 13.79%
B = 23.51%

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

#C82C4B (or 0xC82C4B) is known color: Old Rose. HEX triplet: C8, 2C and 4B. RGB value is (200,44,75). Sum of RGB (Red+Green+Blue) = 200+44+75=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C4B is #37D3B4. Grayscale: #5E5E5E. Windows color (decimal): -3658677 or 4926664. OLE color: 4926664.

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

Color convert

RGB 200 44 75 -
CMYK 0 0.78 0.62 0.22
HSL 348.08º 0.64% 0.48% -
HSV(B) 348.08º 0.78% 0.78% -
XYZ 25.99 14.59 8.1 -
YUV 94.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 200 44 75 0 0.78 0.62 0.22 348.08 0.64 0.48
Hex C8 2C 4B 0 4E 3E 16 15C 40 30
Octal 310 54 113 0 116 76 26 534 100 60
Binary 11001000 101100 1001011 0 1001110 111110 10110 101011100 1000000 110000

Color Harmonies of #C82C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C4B

Black with #C82C4B

Text Example


Text Example

White with #C82C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C4B; }

 p { color: rgb(200,44,75); }

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

background-color css

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

 a { background-color: rgb(200,44,75); }

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

border-color css

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

 span { border-color: rgb(200,44,75); }

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