#C36A2F

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

Shades of Christine #C36A2F

Tints of Christine #C36A2F

Color information

#C36A2F (or 0xC36A2F) is unknown color: approx Christine. HEX triplet: C3, 6A and 2F. RGB value is (195,106,47). Sum of RGB (Red+Green+Blue) = 195+106+47=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A2F is #3C95D0. Grayscale: #7E7E7E. Windows color (decimal): -3970513 or 3107523. OLE color: 3107523.

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

Color convert

RGB19510647-
CMYK00.460.760.24
HSL23.92º61.16%47.45%-
HSV(B)23.92º75.9%76.47%-
XYZ28.1722.125.47-
YUV125.8883.49177.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.03%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 47 (18.75% from 255) = 13.51%
R=56.03%
G=30.46%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951064700.460.760.2423.9261.1647.45
HexC36A2F02E4C18183d2f
Octal3031525705611430307557
Binary110000111101010101111010111010011001100011000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A2F; }

 p { color: rgb(195,106,47); }

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

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

 a { background-color: rgb(195,106,47); }

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

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

 span { border-color: rgb(195,106,47); }

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