Html Css Color HEX #C1225C Old Rose

📋 copy color: '#C1225C'

red 193 ◦ green 34 ◦ blue 92

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

Shades of Old Rose #C1225C

Tints of Old Rose #C1225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 60.5%
G = 10.66%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1225C (or 0xC1225C) is known color: Old Rose. HEX triplet: C1, 22 and 5C. RGB value is (193,34,92). Sum of RGB (Red+Green+Blue) = 193+34+92=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1225C is #3EDDA3. Grayscale: #585858. Windows color (decimal): -4119972 or 6038209. OLE color: 6038209.

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

Color convert

RGB 193 34 92 -
CMYK 0 0.82 0.52 0.24
HSL 338.11º 0.7% 0.45% -
HSV(B) 338.11º 0.82% 0.76% -
XYZ 24.5 13.25 11.39 -
YUV 88.15 130.18 202.78 -
System Red Green Blue C M Y K H S L
Decimal 193 34 92 0 0.82 0.52 0.24 338.11 0.7 0.45
Hex C1 22 5C 0 52 34 18 152 46 2D
Octal 301 42 134 0 122 64 30 522 106 55
Binary 11000001 100010 1011100 0 1010010 110100 11000 101010010 1000110 101101

Color Harmonies of #C1225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1225C

Black with #C1225C

Text Example


Text Example

White with #C1225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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