Html Css Color HEX #C13754 Old Rose

📋 copy color: '#C13754'

red 193 ◦ green 55 ◦ blue 84

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

Shades of Old Rose #C13754

Tints of Old Rose #C13754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.3%

R = 58.13%
G = 16.57%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C13754 (or 0xC13754) is known color: Old Rose. HEX triplet: C1, 37 and 54. RGB value is (193,55,84). Sum of RGB (Red+Green+Blue) = 193+55+84=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C13754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13754 is #3EC8AB. Grayscale: #636363. Windows color (decimal): -4114604 or 5519297. OLE color: 5519297.

HSL color Cylindrical-coordinate representation of color #C13754: hue angle of 347.39º 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 #C13754 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 84 -
CMYK 0 0.72 0.56 0.24
HSL 347.39º 0.56% 0.49% -
HSV(B) 347.39º 0.72% 0.76% -
XYZ 24.96 14.71 9.91 -
YUV 99.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 193 55 84 0 0.72 0.56 0.24 347.39 0.56 0.49
Hex C1 37 54 0 48 38 18 15B 38 31
Octal 301 67 124 0 110 70 30 533 70 61
Binary 11000001 110111 1010100 0 1001000 111000 11000 101011011 111000 110001

Color Harmonies of #C13754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13754

Black with #C13754

Text Example


Text Example

White with #C13754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13754; }

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

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

background-color css

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

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

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

border-color css

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

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

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