#C26935

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

Shades of Christine #C26935

Tints of Christine #C26935

Color information

#C26935 (or 0xC26935) is unknown color: approx Christine. HEX triplet: C2, 69 and 35. RGB value is (194,105,53). Sum of RGB (Red+Green+Blue) = 194+105+53=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C26935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26935 is #3D96CA. Grayscale: #7D7D7D. Windows color (decimal): -4036299 or 3500482. OLE color: 3500482.

HSL color Cylindrical-coordinate representation of color #C26935: hue angle of 22.13º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C26935 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19410553-
CMYK00.460.730.24
HSL22.13º57.09%48.43%-
HSV(B)22.13º72.68%76.08%-
XYZ27.9421.836.11-
YUV125.6886.99176.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=55.11%
G=29.83%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941055300.460.730.2422.1357.0948.43
HexC2693502E4918163930
Octal3021516505611130267160
Binary110000101101001110101010111010010011100010110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26935; }

 p { color: rgb(194,105,53); }

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

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

 a { background-color: rgb(194,105,53); }

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

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

 span { border-color: rgb(194,105,53); }

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