#C3601E

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

Shades of Christine #C3601E

Tints of Christine #C3601E

Color information

#C3601E (or 0xC3601E) is unknown color: approx Christine. HEX triplet: C3, 60 and 1E. RGB value is (195,96,30). Sum of RGB (Red+Green+Blue) = 195+96+30=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3601E is #3C9FE1. Grayscale: #767676. Windows color (decimal): -3973090 or 1990851. OLE color: 1990851.

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

Color convert

RGB1959630-
CMYK00.510.850.24
HSL24º73.33%44.12%-
HSV(B)24º84.62%76.47%-
XYZ26.9220.063.68-
YUV118.0878.3182.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.75%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 30 (12.11% from 255) = 9.35%
R=60.75%
G=29.91%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195963000.510.850.242473.3344.12
HexC3601E033551818492c
Octal30314036063125303011154
Binary110000111100000111100110011101010111000110001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3601E; }

 p { color: rgb(195,96,30); }

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

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

 a { background-color: rgb(195,96,30); }

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

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

 span { border-color: rgb(195,96,30); }

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