Html Css Color HEX #C1405A Old Rose

📋 copy color: '#C1405A'

red 193 ◦ green 64 ◦ blue 90

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

Shades of Old Rose #C1405A

Tints of Old Rose #C1405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

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

R = 55.62%
G = 18.44%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1405A (or 0xC1405A) is known color: Old Rose. HEX triplet: C1, 40 and 5A. RGB value is (193,64,90). Sum of RGB (Red+Green+Blue) = 193+64+90=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C1405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1405A is #3EBFA5. Grayscale: #696969. Windows color (decimal): -4112294 or 5914817. OLE color: 5914817.

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

Color convert

RGB 193 64 90 -
CMYK 0 0.67 0.53 0.24
HSL 347.91º 0.51% 0.5% -
HSV(B) 347.91º 0.67% 0.76% -
XYZ 25.67 15.74 11.36 -
YUV 105.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 193 64 90 0 0.67 0.53 0.24 347.91 0.51 0.5
Hex C1 40 5A 0 43 35 18 15C 33 32
Octal 301 100 132 0 103 65 30 534 63 62
Binary 11000001 1000000 1011010 0 1000011 110101 11000 101011100 110011 110010

Color Harmonies of #C1405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1405A

Black with #C1405A

Text Example


Text Example

White with #C1405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1405A; }

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

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

background-color css

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

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

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

border-color css

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

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

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