#C76830

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

Shades of Christine #C76830

Tints of Christine #C76830

Color information

#C76830 (or 0xC76830) is unknown color: approx Christine. HEX triplet: C7, 68 and 30. RGB value is (199,104,48). Sum of RGB (Red+Green+Blue) = 199+104+48=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C76830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76830 is #3897CF. Grayscale: #7E7E7E. Windows color (decimal): -3708880 or 3172551. OLE color: 3172551.

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

Color convert

RGB19910448-
CMYK00.480.760.22
HSL22.25º61.13%48.43%-
HSV(B)22.25º75.88%78.04%-
XYZ29.0422.265.56-
YUV126.0283.97180.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.70%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 48 (19.14% from 255) = 13.68%
R=56.70%
G=29.63%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991044800.480.760.2222.2561.1348.43
HexC768300304C16163d30
Octal3071506006011426267560
Binary110001111101000110000011000010011001011010110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76830; }

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

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

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

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

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

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

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

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