Html Css Color HEX #C1324B Old Rose

📋 copy color: '#C1324B'

red 193 ◦ green 50 ◦ blue 75

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

Shades of Old Rose #C1324B

Tints of Old Rose #C1324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

 BLUE value IS 75 (29.69% from 255) = 23.58%

R = 60.69%
G = 15.72%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1324B (or 0xC1324B) is known color: Old Rose. HEX triplet: C1, 32 and 4B. RGB value is (193,50,75). Sum of RGB (Red+Green+Blue) = 193+50+75=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C1324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1324B is #3ECDB4. Grayscale: #5F5F5F. Windows color (decimal): -4115893 or 4928193. OLE color: 4928193.

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

Color convert

RGB 193 50 75 -
CMYK 0 0.74 0.61 0.24
HSL 349.51º 0.59% 0.48% -
HSV(B) 349.51º 0.74% 0.76% -
XYZ 24.4 14.13 8.1 -
YUV 95.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 193 50 75 0 0.74 0.61 0.24 349.51 0.59 0.48
Hex C1 32 4B 0 4A 3D 18 15E 3B 30
Octal 301 62 113 0 112 75 30 536 73 60
Binary 11000001 110010 1001011 0 1001010 111101 11000 101011110 111011 110000

Color Harmonies of #C1324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1324B

Black with #C1324B

Text Example


Text Example

White with #C1324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1324B; }

 p { color: rgb(193,50,75); }

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

background-color css

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

 a { background-color: rgb(193,50,75); }

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

border-color css

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

 span { border-color: rgb(193,50,75); }

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