Html Css Color HEX #C1285A Old Rose

📋 copy color: '#C1285A'

red 193 ◦ green 40 ◦ blue 90

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

Shades of Old Rose #C1285A

Tints of Old Rose #C1285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

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

R = 59.75%
G = 12.38%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1285A (or 0xC1285A) is known color: Old Rose. HEX triplet: C1, 28 and 5A. RGB value is (193,40,90). Sum of RGB (Red+Green+Blue) = 193+40+90=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1285A is #3ED7A5. Grayscale: #5B5B5B. Windows color (decimal): -4118438 or 5908673. OLE color: 5908673.

HSL color Cylindrical-coordinate representation of color #C1285A: hue angle of 340.39º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1285A is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 90 -
CMYK 0 0.79 0.53 0.24
HSL 340.39º 0.66% 0.46% -
HSV(B) 340.39º 0.79% 0.76% -
XYZ 24.6 13.59 11 -
YUV 91.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 193 40 90 0 0.79 0.53 0.24 340.39 0.66 0.46
Hex C1 28 5A 0 4F 35 18 154 42 2E
Octal 301 50 132 0 117 65 30 524 102 56
Binary 11000001 101000 1011010 0 1001111 110101 11000 101010100 1000010 101110

Color Harmonies of #C1285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1285A

Black with #C1285A

Text Example


Text Example

White with #C1285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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