Html Css Color HEX #C1225F Old Rose

📋 copy color: '#C1225F'

red 193 ◦ green 34 ◦ blue 95

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

Shades of Old Rose #C1225F

Tints of Old Rose #C1225F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 59.94%
G = 10.56%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1225F (or 0xC1225F) is known color: Old Rose. HEX triplet: C1, 22 and 5F. RGB value is (193,34,95). Sum of RGB (Red+Green+Blue) = 193+34+95=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1225F is #3EDDA0. Grayscale: #585858. Windows color (decimal): -4119969 or 6234817. OLE color: 6234817.

HSL color Cylindrical-coordinate representation of color #C1225F: hue angle of 336.98º degrees, saturation: 0.7, 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 #C1225F is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 34 95 -
CMYK 0 0.82 0.51 0.24
HSL 336.98º 0.7% 0.45% -
HSV(B) 336.98º 0.82% 0.76% -
XYZ 24.63 13.31 12.1 -
YUV 88.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 193 34 95 0 0.82 0.51 0.24 336.98 0.7 0.45
Hex C1 22 5F 0 52 33 18 151 46 2D
Octal 301 42 137 0 122 63 30 521 106 55
Binary 11000001 100010 1011111 0 1010010 110011 11000 101010001 1000110 101101

Color Harmonies of #C1225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1225F

Black with #C1225F

Text Example


Text Example

White with #C1225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1225F; }

 p { color: rgb(193,34,95); }

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

background-color css

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

 a { background-color: rgb(193,34,95); }

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

border-color css

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

 span { border-color: rgb(193,34,95); }

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