Html Css Color HEX #C1414C Old Rose

📋 copy color: '#C1414C'

red 193 ◦ green 65 ◦ blue 76

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

Shades of Old Rose #C1414C

Tints of Old Rose #C1414C

RGB

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

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

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

R = 57.78%
G = 19.46%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1414C (or 0xC1414C) is known color: Old Rose. HEX triplet: C1, 41 and 4C. RGB value is (193,65,76). Sum of RGB (Red+Green+Blue) = 193+65+76=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1414C is #3EBEB3. Grayscale: #686868. Windows color (decimal): -4112052 or 4997569. OLE color: 4997569.

HSL color Cylindrical-coordinate representation of color #C1414C: hue angle of 354.84º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1414C is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 65 76 -
CMYK 0 0.66 0.61 0.24
HSL 354.84º 0.51% 0.51% -
HSV(B) 354.84º 0.66% 0.76% -
XYZ 25.19 15.64 8.53 -
YUV 104.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 193 65 76 0 0.66 0.61 0.24 354.84 0.51 0.51
Hex C1 41 4C 0 42 3D 18 163 33 33
Octal 301 101 114 0 102 75 30 543 63 63
Binary 11000001 1000001 1001100 0 1000010 111101 11000 101100011 110011 110011

Color Harmonies of #C1414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1414C

Black with #C1414C

Text Example


Text Example

White with #C1414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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