#C3375C

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

Shades of Old Rose #C3375C

Tints of Old Rose #C3375C

Color information

#C3375C (or 0xC3375C) is unknown color: approx Old Rose. HEX triplet: C3, 37 and 5C. RGB value is (195,55,92). Sum of RGB (Red+Green+Blue) = 195+55+92=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3375C is #3CC8A3. Grayscale: #656565. Windows color (decimal): -3983524 or 6043587. OLE color: 6043587.

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

Color convert

RGB1955592-
CMYK00.720.530.24
HSL344.14º56%49.02%-
HSV(B)344.14º71.79%76.47%-
XYZ25.815.1111.68-
YUV101.08122.88194.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.02%
GREEN value IS 55 (21.88% from 255) = 16.08%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=57.02%
G=16.08%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195559200.720.530.24344.145649.02
HexC3375C04835181583831
Octal30367134011065305307061
Binary1100001111011110111000100100011010111000101011000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3375C; }

 p { color: rgb(195,55,92); }

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

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

 a { background-color: rgb(195,55,92); }

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

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

 span { border-color: rgb(195,55,92); }

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