Html Css Color HEX #C1384F Old Rose

📋 copy color: '#C1384F'

red 193 ◦ green 56 ◦ blue 79

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

Shades of Old Rose #C1384F

Tints of Old Rose #C1384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

 BLUE value IS 79 (31.25% from 255) = 24.09%

R = 58.84%
G = 17.07%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1384F (or 0xC1384F) is known color: Old Rose. HEX triplet: C1, 38 and 4F. RGB value is (193,56,79). Sum of RGB (Red+Green+Blue) = 193+56+79=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C1384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1384F is #3EC7B0. Grayscale: #636363. Windows color (decimal): -4114353 or 5191873. OLE color: 5191873.

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

Color convert

RGB 193 56 79 -
CMYK 0 0.71 0.59 0.24
HSL 349.93º 0.55% 0.49% -
HSV(B) 349.93º 0.71% 0.76% -
XYZ 24.82 14.73 8.93 -
YUV 99.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 193 56 79 0 0.71 0.59 0.24 349.93 0.55 0.49
Hex C1 38 4F 0 47 3B 18 15E 37 31
Octal 301 70 117 0 107 73 30 536 67 61
Binary 11000001 111000 1001111 0 1000111 111011 11000 101011110 110111 110001

Color Harmonies of #C1384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1384F

Black with #C1384F

Text Example


Text Example

White with #C1384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1384F; }

 p { color: rgb(193,56,79); }

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

background-color css

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

 a { background-color: rgb(193,56,79); }

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

border-color css

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

 span { border-color: rgb(193,56,79); }

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