Html Css Color HEX #C4325F Old Rose

📋 copy color: '#C4325F'

red 196 ◦ green 50 ◦ blue 95

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

Shades of Old Rose #C4325F

Tints of Old Rose #C4325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 57.48%
G = 14.66%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4325F (or 0xC4325F) is known color: Old Rose. HEX triplet: C4, 32 and 5F. RGB value is (196,50,95). Sum of RGB (Red+Green+Blue) = 196+50+95=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4325F is #3BCDA0. Grayscale: #626262. Windows color (decimal): -3919265 or 6238916. OLE color: 6238916.

HSL color Cylindrical-coordinate representation of color #C4325F: hue angle of 341.51º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4325F is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 50 95 -
CMYK 0 0.74 0.52 0.23
HSL 341.51º 0.59% 0.48% -
HSV(B) 341.51º 0.74% 0.77% -
XYZ 25.97 14.84 12.32 -
YUV 98.78 125.87 197.34 -
System Red Green Blue C M Y K H S L
Decimal 196 50 95 0 0.74 0.52 0.23 341.51 0.59 0.48
Hex C4 32 5F 0 4A 34 17 156 3B 30
Octal 304 62 137 0 112 64 27 526 73 60
Binary 11000100 110010 1011111 0 1001010 110100 10111 101010110 111011 110000

Color Harmonies of #C4325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4325F

Black with #C4325F

Text Example


Text Example

White with #C4325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4325F; }

 p { color: rgb(196,50,95); }

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

background-color css

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

 a { background-color: rgb(196,50,95); }

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

border-color css

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

 span { border-color: rgb(196,50,95); }

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