#C36432

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

Shades of Christine #C36432

Tints of Christine #C36432

Color information

#C36432 (or 0xC36432) is unknown color: approx Christine. HEX triplet: C3, 64 and 32. RGB value is (195,100,50). Sum of RGB (Red+Green+Blue) = 195+100+50=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C36432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36432 is #3C9BCD. Grayscale: #7B7B7B. Windows color (decimal): -3972046 or 3302595. OLE color: 3302595.

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

Color convert

RGB19510050-
CMYK00.490.740.24
HSL20.69º59.18%48.04%-
HSV(B)20.69º74.36%76.47%-
XYZ27.6420.955.6-
YUV122.786.97179.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.52%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 50 (19.92% from 255) = 14.49%
R=56.52%
G=28.99%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951005000.490.740.2420.6959.1848.04
HexC364320314A18153b30
Octal3031446206111230257360
Binary110000111100100110010011000110010101100010101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36432; }

 p { color: rgb(195,100,50); }

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

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

 a { background-color: rgb(195,100,50); }

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

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

 span { border-color: rgb(195,100,50); }

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