Html Css Color HEX #C12764 Old Rose

📋 copy color: '#C12764'

red 193 ◦ green 39 ◦ blue 100

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

Shades of Old Rose #C12764

Tints of Old Rose #C12764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.75%

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

R = 58.13%
G = 11.75%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C12764 (or 0xC12764) is known color: Old Rose. HEX triplet: C1, 27 and 64. RGB value is (193,39,100). Sum of RGB (Red+Green+Blue) = 193+39+100=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C12764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12764 is #3ED89B. Grayscale: #5B5B5B. Windows color (decimal): -4118684 or 6563777. OLE color: 6563777.

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

Color convert

RGB 193 39 100 -
CMYK 0 0.80 0.48 0.24
HSL 336.23º 0.66% 0.45% -
HSV(B) 336.23º 0.8% 0.76% -
XYZ 25.02 13.71 13.38 -
YUV 92 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 193 39 100 0 0.80 0.48 0.24 336.23 0.66 0.45
Hex C1 27 64 0 50 30 18 150 42 2D
Octal 301 47 144 0 120 60 30 520 102 55
Binary 11000001 100111 1100100 0 1010000 110000 11000 101010000 1000010 101101

Color Harmonies of #C12764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12764

Black with #C12764

Text Example


Text Example

White with #C12764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12764; }

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

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

background-color css

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

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

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

border-color css

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

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

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