Html Css Color HEX #C4375E Old Rose

📋 copy color: '#C4375E'

red 196 ◦ green 55 ◦ blue 94

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

Shades of Old Rose #C4375E

Tints of Old Rose #C4375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.94%

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 56.81%
G = 15.94%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4375E (or 0xC4375E) is known color: Old Rose. HEX triplet: C4, 37 and 5E. RGB value is (196,55,94). Sum of RGB (Red+Green+Blue) = 196+55+94=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4375E is #3BC8A1. Grayscale: #656565. Windows color (decimal): -3917986 or 6174660. OLE color: 6174660.

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

Color convert

RGB 196 55 94 -
CMYK 0 0.72 0.52 0.23
HSL 343.4º 0.56% 0.49% -
HSV(B) 343.4º 0.72% 0.77% -
XYZ 26.15 15.28 12.16 -
YUV 101.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 196 55 94 0 0.72 0.52 0.23 343.4 0.56 0.49
Hex C4 37 5E 0 48 34 17 157 38 31
Octal 304 67 136 0 110 64 27 527 70 61
Binary 11000100 110111 1011110 0 1001000 110100 10111 101010111 111000 110001

Color Harmonies of #C4375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4375E

Black with #C4375E

Text Example


Text Example

White with #C4375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4375E; }

 p { color: rgb(196,55,94); }

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

background-color css

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

 a { background-color: rgb(196,55,94); }

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

border-color css

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

 span { border-color: rgb(196,55,94); }

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