Html Css Color HEX #C1264C Old Rose

📋 copy color: '#C1264C'

red 193 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #C1264C

Tints of Old Rose #C1264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 62.87%
G = 12.38%
B = 24.76%

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

#C1264C (or 0xC1264C) is known color: Old Rose. HEX triplet: C1, 26 and 4C. RGB value is (193,38,76). Sum of RGB (Red+Green+Blue) = 193+38+76=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1264C is #3ED9B3. Grayscale: #585858. Windows color (decimal): -4118964 or 4990657. OLE color: 4990657.

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

Color convert

RGB 193 38 76 -
CMYK 0 0.80 0.61 0.24
HSL 345.29º 0.67% 0.45% -
HSV(B) 345.29º 0.8% 0.76% -
XYZ 23.99 13.25 8.13 -
YUV 88.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 193 38 76 0 0.80 0.61 0.24 345.29 0.67 0.45
Hex C1 26 4C 0 50 3D 18 159 43 2D
Octal 301 46 114 0 120 75 30 531 103 55
Binary 11000001 100110 1001100 0 1010000 111101 11000 101011001 1000011 101101

Color Harmonies of #C1264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1264C

Black with #C1264C

Text Example


Text Example

White with #C1264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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