Html Css Color HEX #C1424A Old Rose

📋 copy color: '#C1424A'

red 193 ◦ green 66 ◦ blue 74

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

Shades of Old Rose #C1424A

Tints of Old Rose #C1424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 57.96%
G = 19.82%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1424A (or 0xC1424A) is known color: Old Rose. HEX triplet: C1, 42 and 4A. RGB value is (193,66,74). Sum of RGB (Red+Green+Blue) = 193+66+74=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C1424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1424A is #3EBDB5. Grayscale: #686868. Windows color (decimal): -4111798 or 4866753. OLE color: 4866753.

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

Color convert

RGB 193 66 74 -
CMYK 0 0.66 0.62 0.24
HSL 356.22º 0.51% 0.51% -
HSV(B) 356.22º 0.66% 0.76% -
XYZ 25.18 15.73 8.19 -
YUV 104.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 193 66 74 0 0.66 0.62 0.24 356.22 0.51 0.51
Hex C1 42 4A 0 42 3E 18 164 33 33
Octal 301 102 112 0 102 76 30 544 63 63
Binary 11000001 1000010 1001010 0 1000010 111110 11000 101100100 110011 110011

Color Harmonies of #C1424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1424A

Black with #C1424A

Text Example


Text Example

White with #C1424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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