Html Css Color HEX #C4325C Old Rose

📋 copy color: '#C4325C'

red 196 ◦ green 50 ◦ blue 92

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

Shades of Old Rose #C4325C

Tints of Old Rose #C4325C

RGB

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

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

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

R = 57.99%
G = 14.79%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4325C (or 0xC4325C) is known color: Old Rose. HEX triplet: C4, 32 and 5C. RGB value is (196,50,92). Sum of RGB (Red+Green+Blue) = 196+50+92=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4325C is #3BCDA3. Grayscale: #626262. Windows color (decimal): -3919268 or 6042308. OLE color: 6042308.

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

Color convert

RGB 196 50 92 -
CMYK 0 0.74 0.53 0.23
HSL 342.74º 0.59% 0.48% -
HSV(B) 342.74º 0.74% 0.77% -
XYZ 25.84 14.79 11.62 -
YUV 98.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 196 50 92 0 0.74 0.53 0.23 342.74 0.59 0.48
Hex C4 32 5C 0 4A 35 17 157 3B 30
Octal 304 62 134 0 112 65 27 527 73 60
Binary 11000100 110010 1011100 0 1001010 110101 10111 101010111 111011 110000

Color Harmonies of #C4325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4325C

Black with #C4325C

Text Example


Text Example

White with #C4325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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