Html Css Color HEX #C83955 Old Rose

📋 copy color: '#C83955'

red 200 ◦ green 57 ◦ blue 85

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

Shades of Old Rose #C83955

Tints of Old Rose #C83955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

 BLUE value IS 85 (33.59% from 255) = 24.85%

R = 58.48%
G = 16.67%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C83955 (or 0xC83955) is known color: Old Rose. HEX triplet: C8, 39 and 55. RGB value is (200,57,85). Sum of RGB (Red+Green+Blue) = 200+57+85=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C83955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83955 is #37C6AA. Grayscale: #666666. Windows color (decimal): -3655339 or 5585352. OLE color: 5585352.

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

Color convert

RGB 200 57 85 -
CMYK 0 0.72 0.58 0.22
HSL 348.25º 0.57% 0.5% -
HSV(B) 348.25º 0.72% 0.78% -
XYZ 26.92 15.86 10.24 -
YUV 102.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 200 57 85 0 0.72 0.58 0.22 348.25 0.57 0.5
Hex C8 39 55 0 48 3A 16 15C 39 32
Octal 310 71 125 0 110 72 26 534 71 62
Binary 11001000 111001 1010101 0 1001000 111010 10110 101011100 111001 110010

Color Harmonies of #C83955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83955

Black with #C83955

Text Example


Text Example

White with #C83955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83955; }

 p { color: rgb(200,57,85); }

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

background-color css

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

 a { background-color: rgb(200,57,85); }

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

border-color css

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

 span { border-color: rgb(200,57,85); }

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