Html Css Color HEX #C5384A Old Rose

📋 copy color: '#C5384A'

red 197 ◦ green 56 ◦ blue 74

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

Shades of Old Rose #C5384A

Tints of Old Rose #C5384A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 60.24%
G = 17.13%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5384A (or 0xC5384A) is known color: Old Rose. HEX triplet: C5, 38 and 4A. RGB value is (197,56,74). Sum of RGB (Red+Green+Blue) = 197+56+74=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5384A is #3AC7B5. Grayscale: #646464. Windows color (decimal): -3852214 or 4864197. OLE color: 4864197.

HSL color Cylindrical-coordinate representation of color #C5384A: hue angle of 352.34º 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 #C5384A is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 74 -
CMYK 0 0.72 0.62 0.23
HSL 352.34º 0.56% 0.5% -
HSV(B) 352.34º 0.72% 0.77% -
XYZ 25.68 15.19 8.06 -
YUV 100.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 197 56 74 0 0.72 0.62 0.23 352.34 0.56 0.5
Hex C5 38 4A 0 48 3E 17 160 38 32
Octal 305 70 112 0 110 76 27 540 70 62
Binary 11000101 111000 1001010 0 1001000 111110 10111 101100000 111000 110010

Color Harmonies of #C5384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5384A

Black with #C5384A

Text Example


Text Example

White with #C5384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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