#C1601C

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

Shades of Christine #C1601C

Tints of Christine #C1601C

Color information

#C1601C (or 0xC1601C) is unknown color: approx Christine. HEX triplet: C1, 60 and 1C. RGB value is (193,96,28). Sum of RGB (Red+Green+Blue) = 193+96+28=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1601C is #3E9FE3. Grayscale: #757575. Windows color (decimal): -4104164 or 1859777. OLE color: 1859777.

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

Color convert

RGB1939628-
CMYK00.500.850.24
HSL24.73º74.66%43.33%-
HSV(B)24.73º85.49%75.69%-
XYZ26.3819.793.53-
YUV117.2577.64182.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.88%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 28 (11.33% from 255) = 8.83%
R=60.88%
G=30.28%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193962800.500.850.2424.7374.6643.33
HexC1601C0325518194b2b
Octal30114034062125303111353
Binary110000011100000111000110010101010111000110011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1601C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1601C; }

 p { color: rgb(193,96,28); }

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

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

 a { background-color: rgb(193,96,28); }

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

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

 span { border-color: rgb(193,96,28); }

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