Html Css Color HEX #C83558 Old Rose

📋 copy color: '#C83558'

red 200 ◦ green 53 ◦ blue 88

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

Shades of Old Rose #C83558

Tints of Old Rose #C83558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

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

R = 58.65%
G = 15.54%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C83558 (or 0xC83558) is known color: Old Rose. HEX triplet: C8, 35 and 58. RGB value is (200,53,88). Sum of RGB (Red+Green+Blue) = 200+53+88=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C83558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83558 is #37CAA7. Grayscale: #646464. Windows color (decimal): -3656360 or 5780936. OLE color: 5780936.

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

Color convert

RGB 200 53 88 -
CMYK 0 0.74 0.56 0.22
HSL 345.71º 0.58% 0.5% -
HSV(B) 345.71º 0.74% 0.78% -
XYZ 26.85 15.53 10.81 -
YUV 100.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 200 53 88 0 0.74 0.56 0.22 345.71 0.58 0.5
Hex C8 35 58 0 4A 38 16 15A 3A 32
Octal 310 65 130 0 112 70 26 532 72 62
Binary 11001000 110101 1011000 0 1001010 111000 10110 101011010 111010 110010

Color Harmonies of #C83558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83558

Black with #C83558

Text Example


Text Example

White with #C83558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83558; }

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

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

background-color css

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

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

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

border-color css

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

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

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