Html Css Color HEX #C1255A Old Rose

📋 copy color: '#C1255A'

red 193 ◦ green 37 ◦ blue 90

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

Shades of Old Rose #C1255A

Tints of Old Rose #C1255A

RGB

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

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

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

R = 60.31%
G = 11.56%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1255A (or 0xC1255A) is known color: Old Rose. HEX triplet: C1, 25 and 5A. RGB value is (193,37,90). Sum of RGB (Red+Green+Blue) = 193+37+90=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1255A is #3EDAA5. Grayscale: #595959. Windows color (decimal): -4119206 or 5907905. OLE color: 5907905.

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

Color convert

RGB 193 37 90 -
CMYK 0 0.81 0.53 0.24
HSL 339.62º 0.68% 0.45% -
HSV(B) 339.62º 0.81% 0.76% -
XYZ 24.5 13.4 10.97 -
YUV 89.69 128.18 201.69 -
System Red Green Blue C M Y K H S L
Decimal 193 37 90 0 0.81 0.53 0.24 339.62 0.68 0.45
Hex C1 25 5A 0 51 35 18 154 44 2D
Octal 301 45 132 0 121 65 30 524 104 55
Binary 11000001 100101 1011010 0 1010001 110101 11000 101010100 1000100 101101

Color Harmonies of #C1255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1255A

Black with #C1255A

Text Example


Text Example

White with #C1255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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