#C16124

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

Shades of Christine #C16124

Tints of Christine #C16124

Color information

#C16124 (or 0xC16124) is unknown color: approx Christine. HEX triplet: C1, 61 and 24. RGB value is (193,97,36). Sum of RGB (Red+Green+Blue) = 193+97+36=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C16124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16124 is #3E9EDB. Grayscale: #777777. Windows color (decimal): -4103900 or 2384321. OLE color: 2384321.

HSL color Cylindrical-coordinate representation of color #C16124: hue angle of 23.31º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C16124 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB1939736-
CMYK00.500.810.24
HSL23.31º68.56%44.9%-
HSV(B)23.31º81.35%75.69%-
XYZ26.5920.014.13-
YUV118.7581.3180.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.20%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 36 (14.45% from 255) = 11.04%
R=59.20%
G=29.75%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193973600.500.810.2423.3168.5644.9
HexC16124032511817452d
Octal30114144062121302710555
Binary1100000111000011001000110010101000111000101111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16124; }

 p { color: rgb(193,97,36); }

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

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

 a { background-color: rgb(193,97,36); }

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

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

 span { border-color: rgb(193,97,36); }

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