Html Css Color HEX #C5385F Old Rose

📋 copy color: '#C5385F'

red 197 ◦ green 56 ◦ blue 95

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

Shades of Old Rose #C5385F

Tints of Old Rose #C5385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 56.61%
G = 16.09%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5385F (or 0xC5385F) is known color: Old Rose. HEX triplet: C5, 38 and 5F. RGB value is (197,56,95). Sum of RGB (Red+Green+Blue) = 197+56+95=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C5385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5385F is #3AC7A0. Grayscale: #666666. Windows color (decimal): -3852193 or 6240453. OLE color: 6240453.

HSL color Cylindrical-coordinate representation of color #C5385F: hue angle of 343.4º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5385F is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 95 -
CMYK 0 0.72 0.52 0.23
HSL 343.4º 0.56% 0.5% -
HSV(B) 343.4º 0.72% 0.77% -
XYZ 26.51 15.52 12.43 -
YUV 102.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 197 56 95 0 0.72 0.52 0.23 343.4 0.56 0.5
Hex C5 38 5F 0 48 34 17 157 38 32
Octal 305 70 137 0 110 64 27 527 70 62
Binary 11000101 111000 1011111 0 1001000 110100 10111 101010111 111000 110010

Color Harmonies of #C5385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5385F

Black with #C5385F

Text Example


Text Example

White with #C5385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5385F; }

 p { color: rgb(197,56,95); }

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

background-color css

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

 a { background-color: rgb(197,56,95); }

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

border-color css

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

 span { border-color: rgb(197,56,95); }

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