Html Css Color HEX #C13062 Old Rose

📋 copy color: '#C13062'

red 193 ◦ green 48 ◦ blue 98

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

Shades of Old Rose #C13062

Tints of Old Rose #C13062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 56.93%
G = 14.16%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C13062 (or 0xC13062) is known color: Old Rose. HEX triplet: C1, 30 and 62. RGB value is (193,48,98). Sum of RGB (Red+Green+Blue) = 193+48+98=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C13062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13062 is #3ECF9D. Grayscale: #616161. Windows color (decimal): -4116382 or 6435009. OLE color: 6435009.

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

Color convert

RGB 193 48 98 -
CMYK 0 0.75 0.49 0.24
HSL 339.31º 0.6% 0.47% -
HSV(B) 339.31º 0.75% 0.76% -
XYZ 25.25 14.33 12.99 -
YUV 97.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 193 48 98 0 0.75 0.49 0.24 339.31 0.6 0.47
Hex C1 30 62 0 4B 31 18 153 3C 2F
Octal 301 60 142 0 113 61 30 523 74 57
Binary 11000001 110000 1100010 0 1001011 110001 11000 101010011 111100 101111

Color Harmonies of #C13062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13062

Black with #C13062

Text Example


Text Example

White with #C13062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13062; }

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

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

background-color css

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

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

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

border-color css

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

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

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