Html Css Color HEX #C4344E Old Rose

📋 copy color: '#C4344E'

red 196 ◦ green 52 ◦ blue 78

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

Shades of Old Rose #C4344E

Tints of Old Rose #C4344E

RGB

 RED value IS 196 (76.95% from 255) = 60.12%

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 78 (30.86% from 255) = 23.93%

R = 60.12%
G = 15.95%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4344E (or 0xC4344E) is known color: Old Rose. HEX triplet: C4, 34 and 4E. RGB value is (196,52,78). Sum of RGB (Red+Green+Blue) = 196+52+78=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4344E is #3BCBB1. Grayscale: #626262. Windows color (decimal): -3918770 or 5125316. OLE color: 5125316.

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

Color convert

RGB 196 52 78 -
CMYK 0 0.73 0.60 0.23
HSL 349.17º 0.58% 0.49% -
HSV(B) 349.17º 0.73% 0.77% -
XYZ 25.37 14.74 8.72 -
YUV 98.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 196 52 78 0 0.73 0.60 0.23 349.17 0.58 0.49
Hex C4 34 4E 0 49 3C 17 15D 3A 31
Octal 304 64 116 0 111 74 27 535 72 61
Binary 11000100 110100 1001110 0 1001001 111100 10111 101011101 111010 110001

Color Harmonies of #C4344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4344E

Black with #C4344E

Text Example


Text Example

White with #C4344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4344E; }

 p { color: rgb(196,52,78); }

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

background-color css

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

 a { background-color: rgb(196,52,78); }

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

border-color css

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

 span { border-color: rgb(196,52,78); }

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