Html Css Color HEX #C03157 Old Rose

📋 copy color: '#C03157'

red 192 ◦ green 49 ◦ blue 87

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

Shades of Old Rose #C03157

Tints of Old Rose #C03157

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 87 (34.38% from 255) = 26.52%

R = 58.54%
G = 14.94%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C03157 (or 0xC03157) is known color: Old Rose. HEX triplet: C0, 31 and 57. RGB value is (192,49,87). Sum of RGB (Red+Green+Blue) = 192+49+87=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C03157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03157 is #3FCEA8. Grayscale: #606060. Windows color (decimal): -4181673 or 5714368. OLE color: 5714368.

HSL color Cylindrical-coordinate representation of color #C03157: hue angle of 344.06º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03157 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 87 -
CMYK 0 0.74 0.55 0.25
HSL 344.06º 0.59% 0.47% -
HSV(B) 344.06º 0.74% 0.75% -
XYZ 24.56 14.09 10.44 -
YUV 96.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 192 49 87 0 0.74 0.55 0.25 344.06 0.59 0.47
Hex C0 31 57 0 4A 37 19 158 3B 2F
Octal 300 61 127 0 112 67 31 530 73 57
Binary 11000000 110001 1010111 0 1001010 110111 11001 101011000 111011 101111

Color Harmonies of #C03157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03157

Black with #C03157

Text Example


Text Example

White with #C03157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03157; }

 p { color: rgb(192,49,87); }

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

background-color css

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

 a { background-color: rgb(192,49,87); }

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

border-color css

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

 span { border-color: rgb(192,49,87); }

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