#C3184E

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

Shades of Old Rose #C3184E

Tints of Old Rose #C3184E

Color information

#C3184E (or 0xC3184E) is unknown color: approx Old Rose. HEX triplet: C3, 18 and 4E. RGB value is (195,24,78). Sum of RGB (Red+Green+Blue) = 195+24+78=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C3184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3184E is #3CE7B1. Grayscale: #515151. Windows color (decimal): -3991474 or 5118147. OLE color: 5118147.

HSL color Cylindrical-coordinate representation of color #C3184E: hue angle of 341.05º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3184E is Cyan = 0, Magento = 0.88, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB1952478-
CMYK00.880.60.24
HSL341.05º78.08%42.94%-
HSV(B)341.05º87.69%76.47%-
XYZ24.2112.818.4-
YUV81.28126.15209.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.66%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=65.66%
G=8.08%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195247800.880.60.24341.0578.0842.94
HexC3184E0583C181554e2b
Octal303301160130743052511653
Binary1100001111000100111001011000111100110001010101011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3184E; }

 p { color: rgb(195,24,78); }

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

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

 a { background-color: rgb(195,24,78); }

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

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

 span { border-color: rgb(195,24,78); }

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