Html Css Color HEX #C12761 Old Rose

📋 copy color: '#C12761'

red 193 ◦ green 39 ◦ blue 97

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

Shades of Old Rose #C12761

Tints of Old Rose #C12761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 58.66%
G = 11.85%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C12761 (or 0xC12761) is known color: Old Rose. HEX triplet: C1, 27 and 61. RGB value is (193,39,97). Sum of RGB (Red+Green+Blue) = 193+39+97=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C12761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12761 is #3ED89E. Grayscale: #5B5B5B. Windows color (decimal): -4118687 or 6367169. OLE color: 6367169.

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

Color convert

RGB 193 39 97 -
CMYK 0 0.80 0.50 0.24
HSL 337.4º 0.66% 0.45% -
HSV(B) 337.4º 0.8% 0.76% -
XYZ 24.88 13.65 12.63 -
YUV 91.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 193 39 97 0 0.80 0.50 0.24 337.4 0.66 0.45
Hex C1 27 61 0 50 32 18 151 42 2D
Octal 301 47 141 0 120 62 30 521 102 55
Binary 11000001 100111 1100001 0 1010000 110010 11000 101010001 1000010 101101

Color Harmonies of #C12761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12761

Black with #C12761

Text Example


Text Example

White with #C12761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12761; }

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

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

background-color css

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

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

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

border-color css

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

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

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