Html Css Color HEX #C4345B Old Rose

📋 copy color: '#C4345B'

red 196 ◦ green 52 ◦ blue 91

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

Shades of Old Rose #C4345B

Tints of Old Rose #C4345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 57.82%
G = 15.34%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4345B (or 0xC4345B) is known color: Old Rose. HEX triplet: C4, 34 and 5B. RGB value is (196,52,91). Sum of RGB (Red+Green+Blue) = 196+52+91=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4345B is #3BCBA4. Grayscale: #636363. Windows color (decimal): -3918757 or 5977284. OLE color: 5977284.

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

Color convert

RGB 196 52 91 -
CMYK 0 0.73 0.54 0.23
HSL 343.75º 0.58% 0.49% -
HSV(B) 343.75º 0.73% 0.77% -
XYZ 25.88 14.95 11.42 -
YUV 99.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 196 52 91 0 0.73 0.54 0.23 343.75 0.58 0.49
Hex C4 34 5B 0 49 36 17 158 3A 31
Octal 304 64 133 0 111 66 27 530 72 61
Binary 11000100 110100 1011011 0 1001001 110110 10111 101011000 111010 110001

Color Harmonies of #C4345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4345B

Black with #C4345B

Text Example


Text Example

White with #C4345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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