Html Css Color HEX #C1254B Old Rose

📋 copy color: '#C1254B'

red 193 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #C1254B

Tints of Old Rose #C1254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

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

R = 63.28%
G = 12.13%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1254B (or 0xC1254B) is known color: Old Rose. HEX triplet: C1, 25 and 4B. RGB value is (193,37,75). Sum of RGB (Red+Green+Blue) = 193+37+75=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1254B is #3EDAB4. Grayscale: #575757. Windows color (decimal): -4119221 or 4924865. OLE color: 4924865.

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

Color convert

RGB 193 37 75 -
CMYK 0 0.81 0.61 0.24
HSL 345.38º 0.68% 0.45% -
HSV(B) 345.38º 0.81% 0.76% -
XYZ 23.92 13.17 7.94 -
YUV 87.98 120.68 202.91 -
System Red Green Blue C M Y K H S L
Decimal 193 37 75 0 0.81 0.61 0.24 345.38 0.68 0.45
Hex C1 25 4B 0 51 3D 18 159 44 2D
Octal 301 45 113 0 121 75 30 531 104 55
Binary 11000001 100101 1001011 0 1010001 111101 11000 101011001 1000100 101101

Color Harmonies of #C1254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1254B

Black with #C1254B

Text Example


Text Example

White with #C1254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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