Html Css Color HEX #C1275A Old Rose

📋 copy color: '#C1275A'

red 193 ◦ green 39 ◦ blue 90

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

Shades of Old Rose #C1275A

Tints of Old Rose #C1275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

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

R = 59.94%
G = 12.11%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1275A (or 0xC1275A) is known color: Old Rose. HEX triplet: C1, 27 and 5A. RGB value is (193,39,90). Sum of RGB (Red+Green+Blue) = 193+39+90=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1275A is #3ED8A5. Grayscale: #5A5A5A. Windows color (decimal): -4118694 or 5908417. OLE color: 5908417.

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

Color convert

RGB 193 39 90 -
CMYK 0 0.80 0.53 0.24
HSL 340.13º 0.66% 0.45% -
HSV(B) 340.13º 0.8% 0.76% -
XYZ 24.56 13.53 10.99 -
YUV 90.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 193 39 90 0 0.80 0.53 0.24 340.13 0.66 0.45
Hex C1 27 5A 0 50 35 18 154 42 2D
Octal 301 47 132 0 120 65 30 524 102 55
Binary 11000001 100111 1011010 0 1010000 110101 11000 101010100 1000010 101101

Color Harmonies of #C1275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1275A

Black with #C1275A

Text Example


Text Example

White with #C1275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1275A; }

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

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

background-color css

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

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

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

border-color css

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

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

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