Html Css Color HEX #C1275F Old Rose

📋 copy color: '#C1275F'

red 193 ◦ green 39 ◦ blue 95

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

Shades of Old Rose #C1275F

Tints of Old Rose #C1275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 59.02%
G = 11.93%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1275F (or 0xC1275F) is known color: Old Rose. HEX triplet: C1, 27 and 5F. RGB value is (193,39,95). Sum of RGB (Red+Green+Blue) = 193+39+95=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C1275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1275F is #3ED8A0. Grayscale: #5B5B5B. Windows color (decimal): -4118689 or 6236097. OLE color: 6236097.

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

Color convert

RGB 193 39 95 -
CMYK 0 0.80 0.51 0.24
HSL 338.18º 0.66% 0.45% -
HSV(B) 338.18º 0.8% 0.76% -
XYZ 24.78 13.61 12.15 -
YUV 91.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 193 39 95 0 0.80 0.51 0.24 338.18 0.66 0.45
Hex C1 27 5F 0 50 33 18 152 42 2D
Octal 301 47 137 0 120 63 30 522 102 55
Binary 11000001 100111 1011111 0 1010000 110011 11000 101010010 1000010 101101

Color Harmonies of #C1275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1275F

Black with #C1275F

Text Example


Text Example

White with #C1275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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