Html Css Color HEX #C03B5E Old Rose

📋 copy color: '#C03B5E'

red 192 ◦ green 59 ◦ blue 94

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

Shades of Old Rose #C03B5E

Tints of Old Rose #C03B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.1%

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 55.65%
G = 17.1%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C03B5E (or 0xC03B5E) is known color: Old Rose. HEX triplet: C0, 3B and 5E. RGB value is (192,59,94). Sum of RGB (Red+Green+Blue) = 192+59+94=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B5E is #3FC4A1. Grayscale: #666666. Windows color (decimal): -4179106 or 6175680. OLE color: 6175680.

HSL color Cylindrical-coordinate representation of color #C03B5E: hue angle of 344.21º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B5E is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 94 -
CMYK 0 0.69 0.51 0.25
HSL 344.21º 0.53% 0.49% -
HSV(B) 344.21º 0.69% 0.75% -
XYZ 25.32 15.14 12.18 -
YUV 102.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 192 59 94 0 0.69 0.51 0.25 344.21 0.53 0.49
Hex C0 3B 5E 0 45 33 19 158 35 31
Octal 300 73 136 0 105 63 31 530 65 61
Binary 11000000 111011 1011110 0 1000101 110011 11001 101011000 110101 110001

Color Harmonies of #C03B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B5E

Black with #C03B5E

Text Example


Text Example

White with #C03B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B5E; }

 p { color: rgb(192,59,94); }

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

background-color css

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

 a { background-color: rgb(192,59,94); }

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

border-color css

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

 span { border-color: rgb(192,59,94); }

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