Html Css Color HEX #C1275B Old Rose

📋 copy color: '#C1275B'

red 193 ◦ green 39 ◦ blue 91

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

Shades of Old Rose #C1275B

Tints of Old Rose #C1275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 59.75%
G = 12.07%
B = 28.17%

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

#C1275B (or 0xC1275B) is known color: Old Rose. HEX triplet: C1, 27 and 5B. RGB value is (193,39,91). Sum of RGB (Red+Green+Blue) = 193+39+91=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1275B is #3ED8A4. Grayscale: #5A5A5A. Windows color (decimal): -4118693 or 5973953. OLE color: 5973953.

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

Color convert

RGB 193 39 91 -
CMYK 0 0.80 0.53 0.24
HSL 339.74º 0.66% 0.45% -
HSV(B) 339.74º 0.8% 0.76% -
XYZ 24.61 13.54 11.21 -
YUV 90.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 193 39 91 0 0.80 0.53 0.24 339.74 0.66 0.45
Hex C1 27 5B 0 50 35 18 154 42 2D
Octal 301 47 133 0 120 65 30 524 102 55
Binary 11000001 100111 1011011 0 1010000 110101 11000 101010100 1000010 101101

Color Harmonies of #C1275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1275B

Black with #C1275B

Text Example


Text Example

White with #C1275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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