Html Css Color HEX #C12766 Old Rose

📋 copy color: '#C12766'

red 193 ◦ green 39 ◦ blue 102

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

Shades of Old Rose #C12766

Tints of Old Rose #C12766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 57.78%
G = 11.68%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C12766 (or 0xC12766) is known color: Old Rose. HEX triplet: C1, 27 and 66. RGB value is (193,39,102). Sum of RGB (Red+Green+Blue) = 193+39+102=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C12766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12766 is #3ED899. Grayscale: #5C5C5C. Windows color (decimal): -4118682 or 6694849. OLE color: 6694849.

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

Color convert

RGB 193 39 102 -
CMYK 0 0.80 0.47 0.24
HSL 335.45º 0.66% 0.45% -
HSV(B) 335.45º 0.8% 0.76% -
XYZ 25.12 13.75 13.9 -
YUV 92.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 193 39 102 0 0.80 0.47 0.24 335.45 0.66 0.45
Hex C1 27 66 0 50 2F 18 14F 42 2D
Octal 301 47 146 0 120 57 30 517 102 55
Binary 11000001 100111 1100110 0 1010000 101111 11000 101001111 1000010 101101

Color Harmonies of #C12766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12766

Black with #C12766

Text Example


Text Example

White with #C12766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12766; }

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

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

background-color css

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

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

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

border-color css

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

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

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