Html Css Color HEX #C03955 Old Rose

📋 copy color: '#C03955'

red 192 ◦ green 57 ◦ blue 85

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

Shades of Old Rose #C03955

Tints of Old Rose #C03955

RGB

 RED value IS 192 (75.39% from 255) = 57.49%

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

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

R = 57.49%
G = 17.07%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C03955 (or 0xC03955) is known color: Old Rose. HEX triplet: C0, 39 and 55. RGB value is (192,57,85). Sum of RGB (Red+Green+Blue) = 192+57+85=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C03955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03955 is #3FC6AA. Grayscale: #646464. Windows color (decimal): -4179627 or 5585344. OLE color: 5585344.

HSL color Cylindrical-coordinate representation of color #C03955: hue angle of 347.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03955 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 85 -
CMYK 0 0.70 0.56 0.25
HSL 347.56º 0.54% 0.49% -
HSV(B) 347.56º 0.7% 0.75% -
XYZ 24.84 14.79 10.14 -
YUV 100.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 192 57 85 0 0.70 0.56 0.25 347.56 0.54 0.49
Hex C0 39 55 0 46 38 19 15C 36 31
Octal 300 71 125 0 106 70 31 534 66 61
Binary 11000000 111001 1010101 0 1000110 111000 11001 101011100 110110 110001

Color Harmonies of #C03955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03955

Black with #C03955

Text Example


Text Example

White with #C03955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03955; }

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

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

background-color css

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

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

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

border-color css

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

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

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