Html Css Color HEX #C4384F Old Rose

📋 copy color: '#C4384F'

red 196 ◦ green 56 ◦ blue 79

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

Shades of Old Rose #C4384F

Tints of Old Rose #C4384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 59.21%
G = 16.92%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4384F (or 0xC4384F) is known color: Old Rose. HEX triplet: C4, 38 and 4F. RGB value is (196,56,79). Sum of RGB (Red+Green+Blue) = 196+56+79=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C4384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4384F is #3BC7B0. Grayscale: #646464. Windows color (decimal): -3917745 or 5191876. OLE color: 5191876.

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

Color convert

RGB 196 56 79 -
CMYK 0 0.71 0.60 0.23
HSL 350.14º 0.56% 0.49% -
HSV(B) 350.14º 0.71% 0.77% -
XYZ 25.59 15.13 8.97 -
YUV 100.48 115.88 196.13 -
System Red Green Blue C M Y K H S L
Decimal 196 56 79 0 0.71 0.60 0.23 350.14 0.56 0.49
Hex C4 38 4F 0 47 3C 17 15E 38 31
Octal 304 70 117 0 107 74 27 536 70 61
Binary 11000100 111000 1001111 0 1000111 111100 10111 101011110 111000 110001

Color Harmonies of #C4384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4384F

Black with #C4384F

Text Example


Text Example

White with #C4384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4384F; }

 p { color: rgb(196,56,79); }

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

background-color css

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

 a { background-color: rgb(196,56,79); }

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

border-color css

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

 span { border-color: rgb(196,56,79); }

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