Html Css Color HEX #C13262 Old Rose

📋 copy color: '#C13262'

red 193 ◦ green 50 ◦ blue 98

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

Shades of Old Rose #C13262

Tints of Old Rose #C13262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 56.6%
G = 14.66%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C13262 (or 0xC13262) is known color: Old Rose. HEX triplet: C1, 32 and 62. RGB value is (193,50,98). Sum of RGB (Red+Green+Blue) = 193+50+98=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C13262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13262 is #3ECD9D. Grayscale: #626262. Windows color (decimal): -4115870 or 6435521. OLE color: 6435521.

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

Color convert

RGB 193 50 98 -
CMYK 0 0.74 0.49 0.24
HSL 339.86º 0.59% 0.48% -
HSV(B) 339.86º 0.74% 0.76% -
XYZ 25.34 14.5 13.02 -
YUV 98.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 193 50 98 0 0.74 0.49 0.24 339.86 0.59 0.48
Hex C1 32 62 0 4A 31 18 154 3B 30
Octal 301 62 142 0 112 61 30 524 73 60
Binary 11000001 110010 1100010 0 1001010 110001 11000 101010100 111011 110000

Color Harmonies of #C13262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13262

Black with #C13262

Text Example


Text Example

White with #C13262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13262; }

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

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

background-color css

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

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

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

border-color css

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

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

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