Html Css Color HEX #C4354A Old Rose

📋 copy color: '#C4354A'

red 196 ◦ green 53 ◦ blue 74

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

Shades of Old Rose #C4354A

Tints of Old Rose #C4354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 60.68%
G = 16.41%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4354A (or 0xC4354A) is known color: Old Rose. HEX triplet: C4, 35 and 4A. RGB value is (196,53,74). Sum of RGB (Red+Green+Blue) = 196+53+74=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4354A is #3BCAB5. Grayscale: #626262. Windows color (decimal): -3918518 or 4863428. OLE color: 4863428.

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

Color convert

RGB 196 53 74 -
CMYK 0 0.73 0.62 0.23
HSL 351.19º 0.57% 0.49% -
HSV(B) 351.19º 0.73% 0.77% -
XYZ 25.27 14.78 8 -
YUV 98.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 196 53 74 0 0.73 0.62 0.23 351.19 0.57 0.49
Hex C4 35 4A 0 49 3E 17 15F 39 31
Octal 304 65 112 0 111 76 27 537 71 61
Binary 11000100 110101 1001010 0 1001001 111110 10111 101011111 111001 110001

Color Harmonies of #C4354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4354A

Black with #C4354A

Text Example


Text Example

White with #C4354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4354A; }

 p { color: rgb(196,53,74); }

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

background-color css

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

 a { background-color: rgb(196,53,74); }

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

border-color css

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

 span { border-color: rgb(196,53,74); }

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