Html Css Color HEX #C1264A Old Rose

📋 copy color: '#C1264A'

red 193 ◦ green 38 ◦ blue 74

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

Shades of Old Rose #C1264A

Tints of Old Rose #C1264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

 BLUE value IS 74 (29.3% from 255) = 24.26%

R = 63.28%
G = 12.46%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1264A (or 0xC1264A) is known color: Old Rose. HEX triplet: C1, 26 and 4A. RGB value is (193,38,74). Sum of RGB (Red+Green+Blue) = 193+38+74=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1264A is #3ED9B5. Grayscale: #585858. Windows color (decimal): -4118966 or 4859585. OLE color: 4859585.

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

Color convert

RGB 193 38 74 -
CMYK 0 0.80 0.62 0.24
HSL 346.06º 0.67% 0.45% -
HSV(B) 346.06º 0.8% 0.76% -
XYZ 23.92 13.22 7.77 -
YUV 88.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 193 38 74 0 0.80 0.62 0.24 346.06 0.67 0.45
Hex C1 26 4A 0 50 3E 18 15A 43 2D
Octal 301 46 112 0 120 76 30 532 103 55
Binary 11000001 100110 1001010 0 1010000 111110 11000 101011010 1000011 101101

Color Harmonies of #C1264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1264A

Black with #C1264A

Text Example


Text Example

White with #C1264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1264A; }

 p { color: rgb(193,38,74); }

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

background-color css

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

 a { background-color: rgb(193,38,74); }

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

border-color css

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

 span { border-color: rgb(193,38,74); }

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