#C16024

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

Shades of Christine #C16024

Tints of Christine #C16024

Color information

#C16024 (or 0xC16024) is unknown color: approx Christine. HEX triplet: C1, 60 and 24. RGB value is (193,96,36). Sum of RGB (Red+Green+Blue) = 193+96+36=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C16024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16024 is #3E9FDB. Grayscale: #767676. Windows color (decimal): -4104156 or 2384065. OLE color: 2384065.

HSL color Cylindrical-coordinate representation of color #C16024: hue angle of 22.93º 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 #C16024 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB1939636-
CMYK00.500.810.24
HSL22.93º68.56%44.9%-
HSV(B)22.93º81.35%75.69%-
XYZ26.4919.834.1-
YUV118.1681.64181.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.38%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 36 (14.45% from 255) = 11.08%
R=59.38%
G=29.54%
B=11.08%

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
Decimal193963600.500.810.2422.9368.5644.9
HexC16024032511817452d
Octal30114044062121302710555
Binary1100000111000001001000110010101000111000101111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16024; }

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

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

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

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

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

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

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

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