#C3384D

Color #C3384D Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C3384D

Tints of Old Rose #C3384D

Color information

#C3384D (or 0xC3384D) is unknown color: approx Old Rose. HEX triplet: C3, 38 and 4D. RGB value is (195,56,77). Sum of RGB (Red+Green+Blue) = 195+56+77=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3384D is #3CC7B2. Grayscale: #646464. Windows color (decimal): -3983283 or 5060803. OLE color: 5060803.

HSL color Cylindrical-coordinate representation of color #C3384D: hue angle of 350.94º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3384D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1955677-
CMYK00.710.610.24
HSL350.94º55.38%49.22%-
HSV(B)350.94º71.28%76.47%-
XYZ25.2614.978.58-
YUV99.96115.05195.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.45%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=59.45%
G=17.07%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195567700.710.610.24350.9455.3849.22
HexC3384D0473D1815f3731
Octal30370115010775305376761
Binary1100001111100010011010100011111110111000101011111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3384D; }

 p { color: rgb(195,56,77); }

 H1.HeaderClassName
 {
   color: #C3384D;
 }
 .AnyTagClassName
 {
   color: #C3384D;
 }
</style>
background-color css

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

 a { background-color: rgb(195,56,77); }

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

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

 span { border-color: rgb(195,56,77); }

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