Html Css Color HEX #C1225A Old Rose

📋 copy color: '#C1225A'

red 193 ◦ green 34 ◦ blue 90

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

Shades of Old Rose #C1225A

Tints of Old Rose #C1225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 60.88%
G = 10.73%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1225A (or 0xC1225A) is known color: Old Rose. HEX triplet: C1, 22 and 5A. RGB value is (193,34,90). Sum of RGB (Red+Green+Blue) = 193+34+90=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1225A is #3EDDA5. Grayscale: #575757. Windows color (decimal): -4119974 or 5907137. OLE color: 5907137.

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

Color convert

RGB 193 34 90 -
CMYK 0 0.82 0.53 0.24
HSL 338.87º 0.7% 0.45% -
HSV(B) 338.87º 0.82% 0.76% -
XYZ 24.41 13.22 10.94 -
YUV 87.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 193 34 90 0 0.82 0.53 0.24 338.87 0.7 0.45
Hex C1 22 5A 0 52 35 18 153 46 2D
Octal 301 42 132 0 122 65 30 523 106 55
Binary 11000001 100010 1011010 0 1010010 110101 11000 101010011 1000110 101101

Color Harmonies of #C1225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1225A

Black with #C1225A

Text Example


Text Example

White with #C1225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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