Html Css Color HEX #C4384C Old Rose

📋 copy color: '#C4384C'

red 196 ◦ green 56 ◦ blue 76

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

Shades of Old Rose #C4384C

Tints of Old Rose #C4384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 59.76%
G = 17.07%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4384C (or 0xC4384C) is known color: Old Rose. HEX triplet: C4, 38 and 4C. RGB value is (196,56,76). Sum of RGB (Red+Green+Blue) = 196+56+76=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4384C is #3BC7B3. Grayscale: #646464. Windows color (decimal): -3917748 or 4995268. OLE color: 4995268.

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

Color convert

RGB 196 56 76 -
CMYK 0 0.71 0.61 0.23
HSL 351.43º 0.56% 0.49% -
HSV(B) 351.43º 0.71% 0.77% -
XYZ 25.48 15.09 8.41 -
YUV 100.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 196 56 76 0 0.71 0.61 0.23 351.43 0.56 0.49
Hex C4 38 4C 0 47 3D 17 15F 38 31
Octal 304 70 114 0 107 75 27 537 70 61
Binary 11000100 111000 1001100 0 1000111 111101 10111 101011111 111000 110001

Color Harmonies of #C4384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4384C

Black with #C4384C

Text Example


Text Example

White with #C4384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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