Html Css Color HEX #C1305A Old Rose

📋 copy color: '#C1305A'

red 193 ◦ green 48 ◦ blue 90

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

Shades of Old Rose #C1305A

Tints of Old Rose #C1305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 58.31%
G = 14.5%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1305A (or 0xC1305A) is known color: Old Rose. HEX triplet: C1, 30 and 5A. RGB value is (193,48,90). Sum of RGB (Red+Green+Blue) = 193+48+90=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C1305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1305A is #3ECFA5. Grayscale: #606060. Windows color (decimal): -4116390 or 5910721. OLE color: 5910721.

HSL color Cylindrical-coordinate representation of color #C1305A: hue angle of 342.62º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1305A is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 90 -
CMYK 0 0.75 0.53 0.24
HSL 342.62º 0.6% 0.47% -
HSV(B) 342.62º 0.75% 0.76% -
XYZ 24.89 14.19 11.1 -
YUV 96.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 193 48 90 0 0.75 0.53 0.24 342.62 0.6 0.47
Hex C1 30 5A 0 4B 35 18 157 3C 2F
Octal 301 60 132 0 113 65 30 527 74 57
Binary 11000001 110000 1011010 0 1001011 110101 11000 101010111 111100 101111

Color Harmonies of #C1305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1305A

Black with #C1305A

Text Example


Text Example

White with #C1305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1305A; }

 p { color: rgb(193,48,90); }

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

background-color css

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

 a { background-color: rgb(193,48,90); }

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

border-color css

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

 span { border-color: rgb(193,48,90); }

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