#C26423

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

Shades of Christine #C26423

Tints of Christine #C26423

Color information

#C26423 (or 0xC26423) is unknown color: approx Christine. HEX triplet: C2, 64 and 23. RGB value is (194,100,35). Sum of RGB (Red+Green+Blue) = 194+100+35=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C26423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26423 is #3D9BDC. Grayscale: #797979. Windows color (decimal): -4037597 or 2319554. OLE color: 2319554.

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

Color convert

RGB19410035-
CMYK00.480.820.24
HSL24.53º69.43%44.9%-
HSV(B)24.53º81.96%76.08%-
XYZ27.1120.714.16-
YUV120.779.64180.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.97%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 35 (14.06% from 255) = 10.64%
R=58.97%
G=30.40%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941003500.480.820.2424.5369.4344.9
HexC26423030521819452d
Octal30214443060122303110555
Binary1100001011001001000110110000101001011000110011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26423; }

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

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

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

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

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

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

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

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