Html Css Color HEX #C1374D Old Rose

📋 copy color: '#C1374D'

red 193 ◦ green 55 ◦ blue 77

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

Shades of Old Rose #C1374D

Tints of Old Rose #C1374D

RGB

 RED value IS 193 (75.78% from 255) = 59.38%

 GREEN value IS 55 (21.88% from 255) = 16.92%

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 59.38%
G = 16.92%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1374D (or 0xC1374D) is known color: Old Rose. HEX triplet: C1, 37 and 4D. RGB value is (193,55,77). Sum of RGB (Red+Green+Blue) = 193+55+77=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1374D is #3EC8B2. Grayscale: #626262. Windows color (decimal): -4114611 or 5060545. OLE color: 5060545.

HSL color Cylindrical-coordinate representation of color #C1374D: hue angle of 350.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1374D is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 77 -
CMYK 0 0.72 0.60 0.24
HSL 350.43º 0.56% 0.49% -
HSV(B) 350.43º 0.72% 0.76% -
XYZ 24.7 14.61 8.54 -
YUV 98.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 193 55 77 0 0.72 0.60 0.24 350.43 0.56 0.49
Hex C1 37 4D 0 48 3C 18 15E 38 31
Octal 301 67 115 0 110 74 30 536 70 61
Binary 11000001 110111 1001101 0 1001000 111100 11000 101011110 111000 110001

Color Harmonies of #C1374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1374D

Black with #C1374D

Text Example


Text Example

White with #C1374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1374D; }

 p { color: rgb(193,55,77); }

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

background-color css

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

 a { background-color: rgb(193,55,77); }

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

border-color css

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

 span { border-color: rgb(193,55,77); }

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