Html Css Color HEX #C1265B Old Rose

📋 copy color: '#C1265B'

red 193 ◦ green 38 ◦ blue 91

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

Shades of Old Rose #C1265B

Tints of Old Rose #C1265B

RGB

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

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

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

R = 59.94%
G = 11.8%
B = 28.26%

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

#C1265B (or 0xC1265B) is known color: Old Rose. HEX triplet: C1, 26 and 5B. RGB value is (193,38,91). Sum of RGB (Red+Green+Blue) = 193+38+91=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1265B is #3ED9A4. Grayscale: #5A5A5A. Windows color (decimal): -4118949 or 5973697. OLE color: 5973697.

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

Color convert

RGB 193 38 91 -
CMYK 0 0.80 0.53 0.24
HSL 339.48º 0.67% 0.45% -
HSV(B) 339.48º 0.8% 0.76% -
XYZ 24.57 13.48 11.2 -
YUV 90.39 128.35 201.19 -
System Red Green Blue C M Y K H S L
Decimal 193 38 91 0 0.80 0.53 0.24 339.48 0.67 0.45
Hex C1 26 5B 0 50 35 18 153 43 2D
Octal 301 46 133 0 120 65 30 523 103 55
Binary 11000001 100110 1011011 0 1010000 110101 11000 101010011 1000011 101101

Color Harmonies of #C1265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1265B

Black with #C1265B

Text Example


Text Example

White with #C1265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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