Html Css Color HEX #C83758 Old Rose

📋 copy color: '#C83758'

red 200 ◦ green 55 ◦ blue 88

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

Shades of Old Rose #C83758

Tints of Old Rose #C83758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.03%

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

R = 58.31%
G = 16.03%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C83758 (or 0xC83758) is known color: Old Rose. HEX triplet: C8, 37 and 58. RGB value is (200,55,88). Sum of RGB (Red+Green+Blue) = 200+55+88=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C83758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83758 is #37C8A7. Grayscale: #666666. Windows color (decimal): -3655848 or 5781448. OLE color: 5781448.

HSL color Cylindrical-coordinate representation of color #C83758: hue angle of 346.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83758 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 88 -
CMYK 0 0.72 0.56 0.22
HSL 346.34º 0.57% 0.5% -
HSV(B) 346.34º 0.73% 0.78% -
XYZ 26.95 15.72 10.85 -
YUV 102.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 200 55 88 0 0.72 0.56 0.22 346.34 0.57 0.5
Hex C8 37 58 0 48 38 16 15A 39 32
Octal 310 67 130 0 110 70 26 532 71 62
Binary 11001000 110111 1011000 0 1001000 111000 10110 101011010 111001 110010

Color Harmonies of #C83758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83758

Black with #C83758

Text Example


Text Example

White with #C83758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83758; }

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

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

background-color css

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

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

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

border-color css

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

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

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