Html Css Color HEX #C12565 Old Rose

📋 copy color: '#C12565'

red 193 ◦ green 37 ◦ blue 101

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

Shades of Old Rose #C12565

Tints of Old Rose #C12565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 58.31%
G = 11.18%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C12565 (or 0xC12565) is known color: Old Rose. HEX triplet: C1, 25 and 65. RGB value is (193,37,101). Sum of RGB (Red+Green+Blue) = 193+37+101=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C12565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12565 is #3EDA9A. Grayscale: #5A5A5A. Windows color (decimal): -4119195 or 6628801. OLE color: 6628801.

HSL color Cylindrical-coordinate representation of color #C12565: hue angle of 335.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12565 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 101 -
CMYK 0 0.81 0.48 0.24
HSL 335.38º 0.68% 0.45% -
HSV(B) 335.38º 0.81% 0.76% -
XYZ 25 13.6 13.62 -
YUV 90.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 193 37 101 0 0.81 0.48 0.24 335.38 0.68 0.45
Hex C1 25 65 0 51 30 18 14F 44 2D
Octal 301 45 145 0 121 60 30 517 104 55
Binary 11000001 100101 1100101 0 1010001 110000 11000 101001111 1000100 101101

Color Harmonies of #C12565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12565

Black with #C12565

Text Example


Text Example

White with #C12565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12565; }

 p { color: rgb(193,37,101); }

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

background-color css

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

 a { background-color: rgb(193,37,101); }

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

border-color css

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

 span { border-color: rgb(193,37,101); }

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