Html Css Color HEX #C5355A Old Rose

📋 copy color: '#C5355A'

red 197 ◦ green 53 ◦ blue 90

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

Shades of Old Rose #C5355A

Tints of Old Rose #C5355A

RGB

 RED value IS 197 (77.34% from 255) = 57.94%

 GREEN value IS 53 (21.09% from 255) = 15.59%

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

R = 57.94%
G = 15.59%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5355A (or 0xC5355A) is known color: Old Rose. HEX triplet: C5, 35 and 5A. RGB value is (197,53,90). Sum of RGB (Red+Green+Blue) = 197+53+90=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5355A is #3ACAA5. Grayscale: #646464. Windows color (decimal): -3852966 or 5912005. OLE color: 5912005.

HSL color Cylindrical-coordinate representation of color #C5355A: hue angle of 344.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5355A is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 90 -
CMYK 0 0.73 0.54 0.23
HSL 344.58º 0.58% 0.49% -
HSV(B) 344.58º 0.73% 0.77% -
XYZ 26.14 15.15 11.22 -
YUV 100.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 197 53 90 0 0.73 0.54 0.23 344.58 0.58 0.49
Hex C5 35 5A 0 49 36 17 159 3A 31
Octal 305 65 132 0 111 66 27 531 72 61
Binary 11000101 110101 1011010 0 1001001 110110 10111 101011001 111010 110001

Color Harmonies of #C5355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5355A

Black with #C5355A

Text Example


Text Example

White with #C5355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5355A; }

 p { color: rgb(197,53,90); }

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

background-color css

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

 a { background-color: rgb(197,53,90); }

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

border-color css

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

 span { border-color: rgb(197,53,90); }

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