Html Css Color HEX #C83D4E Old Rose

📋 copy color: '#C83D4E'

red 200 ◦ green 61 ◦ blue 78

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

Shades of Old Rose #C83D4E

Tints of Old Rose #C83D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 59%
G = 17.99%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C83D4E (or 0xC83D4E) is known color: Old Rose. HEX triplet: C8, 3D and 4E. RGB value is (200,61,78). Sum of RGB (Red+Green+Blue) = 200+61+78=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D4E is #37C2B1. Grayscale: #686868. Windows color (decimal): -3654322 or 5127624. OLE color: 5127624.

HSL color Cylindrical-coordinate representation of color #C83D4E: hue angle of 352.66º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83D4E is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 61 78 -
CMYK 0 0.69 0.61 0.22
HSL 352.66º 0.56% 0.51% -
HSV(B) 352.66º 0.7% 0.78% -
XYZ 26.86 16.17 8.91 -
YUV 104.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 200 61 78 0 0.69 0.61 0.22 352.66 0.56 0.51
Hex C8 3D 4E 0 45 3D 16 161 38 33
Octal 310 75 116 0 105 75 26 541 70 63
Binary 11001000 111101 1001110 0 1000101 111101 10110 101100001 111000 110011

Color Harmonies of #C83D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83D4E

Black with #C83D4E

Text Example


Text Example

White with #C83D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83D4E; }

 p { color: rgb(200,61,78); }

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

background-color css

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

 a { background-color: rgb(200,61,78); }

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

border-color css

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

 span { border-color: rgb(200,61,78); }

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