Html Css Color HEX #C83E58 Old Rose

📋 copy color: '#C83E58'

red 200 ◦ green 62 ◦ blue 88

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

Shades of Old Rose #C83E58

Tints of Old Rose #C83E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 57.14%
G = 17.71%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C83E58 (or 0xC83E58) is known color: Old Rose. HEX triplet: C8, 3E and 58. RGB value is (200,62,88). Sum of RGB (Red+Green+Blue) = 200+62+88=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E58 is #37C1A7. Grayscale: #6A6A6A. Windows color (decimal): -3654056 or 5783240. OLE color: 5783240.

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

Color convert

RGB 200 62 88 -
CMYK 0 0.69 0.56 0.22
HSL 348.7º 0.56% 0.51% -
HSV(B) 348.7º 0.69% 0.78% -
XYZ 27.3 16.43 10.96 -
YUV 106.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 200 62 88 0 0.69 0.56 0.22 348.7 0.56 0.51
Hex C8 3E 58 0 45 38 16 15D 38 33
Octal 310 76 130 0 105 70 26 535 70 63
Binary 11001000 111110 1011000 0 1000101 111000 10110 101011101 111000 110011

Color Harmonies of #C83E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E58

Black with #C83E58

Text Example


Text Example

White with #C83E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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