Html Css Color HEX #C1384C Old Rose

📋 copy color: '#C1384C'

red 193 ◦ green 56 ◦ blue 76

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

Shades of Old Rose #C1384C

Tints of Old Rose #C1384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 59.38%
G = 17.23%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1384C (or 0xC1384C) is known color: Old Rose. HEX triplet: C1, 38 and 4C. RGB value is (193,56,76). Sum of RGB (Red+Green+Blue) = 193+56+76=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1384C is #3EC7B3. Grayscale: #636363. Windows color (decimal): -4114356 or 4995265. OLE color: 4995265.

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

Color convert

RGB 193 56 76 -
CMYK 0 0.71 0.61 0.24
HSL 351.24º 0.55% 0.49% -
HSV(B) 351.24º 0.71% 0.76% -
XYZ 24.71 14.69 8.37 -
YUV 99.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 193 56 76 0 0.71 0.61 0.24 351.24 0.55 0.49
Hex C1 38 4C 0 47 3D 18 15F 37 31
Octal 301 70 114 0 107 75 30 537 67 61
Binary 11000001 111000 1001100 0 1000111 111101 11000 101011111 110111 110001

Color Harmonies of #C1384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1384C

Black with #C1384C

Text Example


Text Example

White with #C1384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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