#C76831

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

Shades of Christine #C76831

Tints of Christine #C76831

Color information

#C76831 (or 0xC76831) is unknown color: approx Christine. HEX triplet: C7, 68 and 31. RGB value is (199,104,49). Sum of RGB (Red+Green+Blue) = 199+104+49=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C76831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76831 is #3897CE. Grayscale: #7E7E7E. Windows color (decimal): -3708879 or 3238087. OLE color: 3238087.

HSL color Cylindrical-coordinate representation of color #C76831: hue angle of 22º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C76831 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19910449-
CMYK00.480.750.22
HSL22º60.48%48.63%-
HSV(B)22º75.38%78.04%-
XYZ29.0622.265.67-
YUV126.1484.47179.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.53%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=56.53%
G=29.55%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991044900.480.750.222260.4848.63
HexC768310304B16163c31
Octal3071506106011326267461
Binary110001111101000110001011000010010111011010110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76831; }

 p { color: rgb(199,104,49); }

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

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

 a { background-color: rgb(199,104,49); }

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

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

 span { border-color: rgb(199,104,49); }

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