#C26323

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

Shades of Christine #C26323

Tints of Christine #C26323

Color information

#C26323 (or 0xC26323) is unknown color: approx Christine. HEX triplet: C2, 63 and 23. RGB value is (194,99,35). Sum of RGB (Red+Green+Blue) = 194+99+35=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C26323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26323 is #3D9CDC. Grayscale: #787878. Windows color (decimal): -4037853 or 2319298. OLE color: 2319298.

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

Color convert

RGB1949935-
CMYK00.490.820.24
HSL24.15º69.43%44.9%-
HSV(B)24.15º81.96%76.08%-
XYZ27.0120.514.13-
YUV120.1179.97180.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.15%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 35 (14.06% from 255) = 10.67%
R=59.15%
G=30.18%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194993500.490.820.2424.1569.4344.9
HexC26323031521818452d
Octal30214343061122303010555
Binary1100001011000111000110110001101001011000110001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26323; }

 p { color: rgb(194,99,35); }

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

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

 a { background-color: rgb(194,99,35); }

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

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

 span { border-color: rgb(194,99,35); }

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