Html Css Color HEX #C1414F Old Rose

📋 copy color: '#C1414F'

red 193 ◦ green 65 ◦ blue 79

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

Shades of Old Rose #C1414F

Tints of Old Rose #C1414F

RGB

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

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

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

R = 57.27%
G = 19.29%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1414F (or 0xC1414F) is known color: Old Rose. HEX triplet: C1, 41 and 4F. RGB value is (193,65,79). Sum of RGB (Red+Green+Blue) = 193+65+79=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1414F is #3EBEB0. Grayscale: #686868. Windows color (decimal): -4112049 or 5194177. OLE color: 5194177.

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

Color convert

RGB 193 65 79 -
CMYK 0 0.66 0.59 0.24
HSL 353.44º 0.51% 0.51% -
HSV(B) 353.44º 0.66% 0.76% -
XYZ 25.29 15.68 9.09 -
YUV 104.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 193 65 79 0 0.66 0.59 0.24 353.44 0.51 0.51
Hex C1 41 4F 0 42 3B 18 161 33 33
Octal 301 101 117 0 102 73 30 541 63 63
Binary 11000001 1000001 1001111 0 1000010 111011 11000 101100001 110011 110011

Color Harmonies of #C1414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1414F

Black with #C1414F

Text Example


Text Example

White with #C1414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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