Html Css Color HEX #C1234D Old Rose

📋 copy color: '#C1234D'

red 193 ◦ green 35 ◦ blue 77

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

Shades of Old Rose #C1234D

Tints of Old Rose #C1234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 63.28%
G = 11.48%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1234D (or 0xC1234D) is known color: Old Rose. HEX triplet: C1, 23 and 4D. RGB value is (193,35,77). Sum of RGB (Red+Green+Blue) = 193+35+77=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1234D is #3EDCB2. Grayscale: #575757. Windows color (decimal): -4119731 or 5055425. OLE color: 5055425.

HSL color Cylindrical-coordinate representation of color #C1234D: hue angle of 344.05º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1234D is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 77 -
CMYK 0 0.82 0.60 0.24
HSL 344.05º 0.69% 0.45% -
HSV(B) 344.05º 0.82% 0.76% -
XYZ 23.93 13.08 8.28 -
YUV 87.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 193 35 77 0 0.82 0.60 0.24 344.05 0.69 0.45
Hex C1 23 4D 0 52 3C 18 158 45 2D
Octal 301 43 115 0 122 74 30 530 105 55
Binary 11000001 100011 1001101 0 1010010 111100 11000 101011000 1000101 101101

Color Harmonies of #C1234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1234D

Black with #C1234D

Text Example


Text Example

White with #C1234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1234D; }

 p { color: rgb(193,35,77); }

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

background-color css

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

 a { background-color: rgb(193,35,77); }

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

border-color css

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

 span { border-color: rgb(193,35,77); }

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