Html Css Color HEX #C13264 Old Rose

📋 copy color: '#C13264'

red 193 ◦ green 50 ◦ blue 100

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

Shades of Old Rose #C13264

Tints of Old Rose #C13264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 56.27%
G = 14.58%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C13264 (or 0xC13264) is known color: Old Rose. HEX triplet: C1, 32 and 64. RGB value is (193,50,100). Sum of RGB (Red+Green+Blue) = 193+50+100=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C13264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13264 is #3ECD9B. Grayscale: #626262. Windows color (decimal): -4115868 or 6566593. OLE color: 6566593.

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

Color convert

RGB 193 50 100 -
CMYK 0 0.74 0.48 0.24
HSL 339.02º 0.59% 0.48% -
HSV(B) 339.02º 0.74% 0.76% -
XYZ 25.43 14.54 13.52 -
YUV 98.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 193 50 100 0 0.74 0.48 0.24 339.02 0.59 0.48
Hex C1 32 64 0 4A 30 18 153 3B 30
Octal 301 62 144 0 112 60 30 523 73 60
Binary 11000001 110010 1100100 0 1001010 110000 11000 101010011 111011 110000

Color Harmonies of #C13264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13264

Black with #C13264

Text Example


Text Example

White with #C13264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13264; }

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

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

background-color css

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

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

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

border-color css

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

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

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