Html Css Color HEX #C13065 Old Rose

📋 copy color: '#C13065'

red 193 ◦ green 48 ◦ blue 101

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

Shades of Old Rose #C13065

Tints of Old Rose #C13065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.04%

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

R = 56.43%
G = 14.04%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C13065 (or 0xC13065) is known color: Old Rose. HEX triplet: C1, 30 and 65. RGB value is (193,48,101). Sum of RGB (Red+Green+Blue) = 193+48+101=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C13065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13065 is #3ECF9A. Grayscale: #616161. Windows color (decimal): -4116379 or 6631617. OLE color: 6631617.

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

Color convert

RGB 193 48 101 -
CMYK 0 0.75 0.48 0.24
HSL 338.07º 0.6% 0.47% -
HSV(B) 338.07º 0.75% 0.76% -
XYZ 25.4 14.39 13.75 -
YUV 97.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 193 48 101 0 0.75 0.48 0.24 338.07 0.6 0.47
Hex C1 30 65 0 4B 30 18 152 3C 2F
Octal 301 60 145 0 113 60 30 522 74 57
Binary 11000001 110000 1100101 0 1001011 110000 11000 101010010 111100 101111

Color Harmonies of #C13065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13065

Black with #C13065

Text Example


Text Example

White with #C13065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13065; }

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

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

background-color css

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

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

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

border-color css

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

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

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