Html Css Color HEX #C83E4E Old Rose

📋 copy color: '#C83E4E'

red 200 ◦ green 62 ◦ blue 78

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

Shades of Old Rose #C83E4E

Tints of Old Rose #C83E4E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

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

R = 58.82%
G = 18.24%
B = 22.94%

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

#C83E4E (or 0xC83E4E) is known color: Old Rose. HEX triplet: C8, 3E and 4E. RGB value is (200,62,78). Sum of RGB (Red+Green+Blue) = 200+62+78=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E4E is #37C1B1. Grayscale: #696969. Windows color (decimal): -3654066 or 5127880. OLE color: 5127880.

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

Color convert

RGB 200 62 78 -
CMYK 0 0.69 0.61 0.22
HSL 353.04º 0.56% 0.51% -
HSV(B) 353.04º 0.69% 0.78% -
XYZ 26.92 16.27 8.93 -
YUV 105.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 200 62 78 0 0.69 0.61 0.22 353.04 0.56 0.51
Hex C8 3E 4E 0 45 3D 16 161 38 33
Octal 310 76 116 0 105 75 26 541 70 63
Binary 11001000 111110 1001110 0 1000101 111101 10110 101100001 111000 110011

Color Harmonies of #C83E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E4E

Black with #C83E4E

Text Example


Text Example

White with #C83E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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