#C3335B

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

Shades of Old Rose #C3335B

Tints of Old Rose #C3335B

Color information

#C3335B (or 0xC3335B) is unknown color: approx Old Rose. HEX triplet: C3, 33 and 5B. RGB value is (195,51,91). Sum of RGB (Red+Green+Blue) = 195+51+91=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3335B is #3CCCA4. Grayscale: #626262. Windows color (decimal): -3984549 or 5977027. OLE color: 5977027.

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

Color convert

RGB1955191-
CMYK00.740.530.24
HSL343.33º58.54%48.24%-
HSV(B)343.33º73.85%76.47%-
XYZ25.5814.7311.39-
YUV98.62123.71196.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.86%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=57.86%
G=15.13%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195519100.740.530.24343.3358.5448.24
HexC3335B04A35181573b30
Octal30363133011265305277360
Binary1100001111001110110110100101011010111000101010111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3335B; }

 p { color: rgb(195,51,91); }

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

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

 a { background-color: rgb(195,51,91); }

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

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

 span { border-color: rgb(195,51,91); }

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