Html Css Color HEX #C1404A Old Rose

📋 copy color: '#C1404A'

red 193 ◦ green 64 ◦ blue 74

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

Shades of Old Rose #C1404A

Tints of Old Rose #C1404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 58.31%
G = 19.34%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1404A (or 0xC1404A) is known color: Old Rose. HEX triplet: C1, 40 and 4A. RGB value is (193,64,74). Sum of RGB (Red+Green+Blue) = 193+64+74=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C1404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1404A is #3EBFB5. Grayscale: #676767. Windows color (decimal): -4112310 or 4866241. OLE color: 4866241.

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

Color convert

RGB 193 64 74 -
CMYK 0 0.67 0.62 0.24
HSL 355.35º 0.51% 0.5% -
HSV(B) 355.35º 0.67% 0.76% -
XYZ 25.06 15.5 8.15 -
YUV 103.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 193 64 74 0 0.67 0.62 0.24 355.35 0.51 0.5
Hex C1 40 4A 0 43 3E 18 163 33 32
Octal 301 100 112 0 103 76 30 543 63 62
Binary 11000001 1000000 1001010 0 1000011 111110 11000 101100011 110011 110010

Color Harmonies of #C1404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1404A

Black with #C1404A

Text Example


Text Example

White with #C1404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1404A; }

 p { color: rgb(193,64,74); }

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

background-color css

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

 a { background-color: rgb(193,64,74); }

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

border-color css

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

 span { border-color: rgb(193,64,74); }

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