Html Css Color HEX #C4345C Old Rose

📋 copy color: '#C4345C'

red 196 ◦ green 52 ◦ blue 92

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

Shades of Old Rose #C4345C

Tints of Old Rose #C4345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 57.65%
G = 15.29%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4345C (or 0xC4345C) is known color: Old Rose. HEX triplet: C4, 34 and 5C. RGB value is (196,52,92). Sum of RGB (Red+Green+Blue) = 196+52+92=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4345C is #3BCBA3. Grayscale: #636363. Windows color (decimal): -3918756 or 6042820. OLE color: 6042820.

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

Color convert

RGB 196 52 92 -
CMYK 0 0.73 0.53 0.23
HSL 343.33º 0.58% 0.49% -
HSV(B) 343.33º 0.73% 0.77% -
XYZ 25.92 14.96 11.65 -
YUV 99.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 196 52 92 0 0.73 0.53 0.23 343.33 0.58 0.49
Hex C4 34 5C 0 49 35 17 157 3A 31
Octal 304 64 134 0 111 65 27 527 72 61
Binary 11000100 110100 1011100 0 1001001 110101 10111 101010111 111010 110001

Color Harmonies of #C4345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4345C

Black with #C4345C

Text Example


Text Example

White with #C4345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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