Html Css Color HEX #C4345E Old Rose

📋 copy color: '#C4345E'

red 196 ◦ green 52 ◦ blue 94

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

Shades of Old Rose #C4345E

Tints of Old Rose #C4345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 57.31%
G = 15.2%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4345E (or 0xC4345E) is known color: Old Rose. HEX triplet: C4, 34 and 5E. RGB value is (196,52,94). Sum of RGB (Red+Green+Blue) = 196+52+94=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4345E is #3BCBA1. Grayscale: #636363. Windows color (decimal): -3918754 or 6173892. OLE color: 6173892.

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

Color convert

RGB 196 52 94 -
CMYK 0 0.73 0.52 0.23
HSL 342.5º 0.58% 0.49% -
HSV(B) 342.5º 0.73% 0.77% -
XYZ 26.01 15 12.11 -
YUV 99.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 196 52 94 0 0.73 0.52 0.23 342.5 0.58 0.49
Hex C4 34 5E 0 49 34 17 156 3A 31
Octal 304 64 136 0 111 64 27 526 72 61
Binary 11000100 110100 1011110 0 1001001 110100 10111 101010110 111010 110001

Color Harmonies of #C4345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4345E

Black with #C4345E

Text Example


Text Example

White with #C4345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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