Html Css Color HEX #C12763 Old Rose

📋 copy color: '#C12763'

red 193 ◦ green 39 ◦ blue 99

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

Shades of Old Rose #C12763

Tints of Old Rose #C12763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 58.31%
G = 11.78%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C12763 (or 0xC12763) is known color: Old Rose. HEX triplet: C1, 27 and 63. RGB value is (193,39,99). Sum of RGB (Red+Green+Blue) = 193+39+99=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C12763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12763 is #3ED89C. Grayscale: #5B5B5B. Windows color (decimal): -4118685 or 6498241. OLE color: 6498241.

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

Color convert

RGB 193 39 99 -
CMYK 0 0.80 0.49 0.24
HSL 336.62º 0.66% 0.45% -
HSV(B) 336.62º 0.8% 0.76% -
XYZ 24.97 13.69 13.13 -
YUV 91.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 193 39 99 0 0.80 0.49 0.24 336.62 0.66 0.45
Hex C1 27 63 0 50 31 18 151 42 2D
Octal 301 47 143 0 120 61 30 521 102 55
Binary 11000001 100111 1100011 0 1010000 110001 11000 101010001 1000010 101101

Color Harmonies of #C12763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12763

Black with #C12763

Text Example


Text Example

White with #C12763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12763; }

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

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

background-color css

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

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

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

border-color css

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

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

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