Html Css Color HEX #C1274B Old Rose

📋 copy color: '#C1274B'

red 193 ◦ green 39 ◦ blue 75

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

Shades of Old Rose #C1274B

Tints of Old Rose #C1274B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 62.87%
G = 12.7%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1274B (or 0xC1274B) is known color: Old Rose. HEX triplet: C1, 27 and 4B. RGB value is (193,39,75). Sum of RGB (Red+Green+Blue) = 193+39+75=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1274B is #3ED8B4. Grayscale: #595959. Windows color (decimal): -4118709 or 4925377. OLE color: 4925377.

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

Color convert

RGB 193 39 75 -
CMYK 0 0.80 0.61 0.24
HSL 345.97º 0.66% 0.45% -
HSV(B) 345.97º 0.8% 0.76% -
XYZ 23.99 13.3 7.96 -
YUV 89.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 193 39 75 0 0.80 0.61 0.24 345.97 0.66 0.45
Hex C1 27 4B 0 50 3D 18 15A 42 2D
Octal 301 47 113 0 120 75 30 532 102 55
Binary 11000001 100111 1001011 0 1010000 111101 11000 101011010 1000010 101101

Color Harmonies of #C1274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1274B

Black with #C1274B

Text Example


Text Example

White with #C1274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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