#C26029

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

Shades of Christine #C26029

Tints of Christine #C26029

Color information

#C26029 (or 0xC26029) is unknown color: approx Christine. HEX triplet: C2, 60 and 29. RGB value is (194,96,41). Sum of RGB (Red+Green+Blue) = 194+96+41=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C26029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26029 is #3D9FD6. Grayscale: #777777. Windows color (decimal): -4038615 or 2711746. OLE color: 2711746.

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

Color convert

RGB1949641-
CMYK00.510.790.24
HSL21.57º65.11%46.08%-
HSV(B)21.57º78.87%76.08%-
XYZ26.83204.54-
YUV119.0383.97181.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.61%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 41 (16.41% from 255) = 12.39%
R=58.61%
G=29.00%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194964100.510.790.2421.5765.1146.08
HexC260290334F1816412e
Octal30214051063117302610156
Binary1100001011000001010010110011100111111000101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26029; }

 p { color: rgb(194,96,41); }

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

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

 a { background-color: rgb(194,96,41); }

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

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

 span { border-color: rgb(194,96,41); }

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