Html Css Color HEX #C12653 Old Rose

📋 copy color: '#C12653'

red 193 ◦ green 38 ◦ blue 83

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

Shades of Old Rose #C12653

Tints of Old Rose #C12653

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

 BLUE value IS 83 (32.81% from 255) = 26.43%

R = 61.46%
G = 12.1%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C12653 (or 0xC12653) is known color: Old Rose. HEX triplet: C1, 26 and 53. RGB value is (193,38,83). Sum of RGB (Red+Green+Blue) = 193+38+83=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C12653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12653 is #3ED9AC. Grayscale: #595959. Windows color (decimal): -4118957 or 5449409. OLE color: 5449409.

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

Color convert

RGB 193 38 83 -
CMYK 0 0.80 0.57 0.24
HSL 342.58º 0.67% 0.45% -
HSV(B) 342.58º 0.8% 0.76% -
XYZ 24.25 13.35 9.48 -
YUV 89.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 193 38 83 0 0.80 0.57 0.24 342.58 0.67 0.45
Hex C1 26 53 0 50 39 18 157 43 2D
Octal 301 46 123 0 120 71 30 527 103 55
Binary 11000001 100110 1010011 0 1010000 111001 11000 101010111 1000011 101101

Color Harmonies of #C12653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12653

Black with #C12653

Text Example


Text Example

White with #C12653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12653; }

 p { color: rgb(193,38,83); }

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

background-color css

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

 a { background-color: rgb(193,38,83); }

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

border-color css

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

 span { border-color: rgb(193,38,83); }

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