Html Css Color HEX #C04157 Old Rose

📋 copy color: '#C04157'

red 192 ◦ green 65 ◦ blue 87

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

Shades of Old Rose #C04157

Tints of Old Rose #C04157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

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

R = 55.81%
G = 18.9%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C04157 (or 0xC04157) is known color: Old Rose. HEX triplet: C0, 41 and 57. RGB value is (192,65,87). Sum of RGB (Red+Green+Blue) = 192+65+87=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C04157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04157 is #3FBEA8. Grayscale: #696969. Windows color (decimal): -4177577 or 5718464. OLE color: 5718464.

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

Color convert

RGB 192 65 87 -
CMYK 0 0.66 0.55 0.25
HSL 349.61º 0.5% 0.5% -
HSV(B) 349.61º 0.66% 0.75% -
XYZ 25.35 15.68 10.71 -
YUV 105.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 192 65 87 0 0.66 0.55 0.25 349.61 0.5 0.5
Hex C0 41 57 0 42 37 19 15E 32 32
Octal 300 101 127 0 102 67 31 536 62 62
Binary 11000000 1000001 1010111 0 1000010 110111 11001 101011110 110010 110010

Color Harmonies of #C04157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04157

Black with #C04157

Text Example


Text Example

White with #C04157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04157; }

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

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

background-color css

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

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

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

border-color css

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

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

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