#C1601D

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

Shades of Christine #C1601D

Tints of Christine #C1601D

Color information

#C1601D (or 0xC1601D) is unknown color: approx Christine. HEX triplet: C1, 60 and 1D. RGB value is (193,96,29). Sum of RGB (Red+Green+Blue) = 193+96+29=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C1601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1601D is #3E9FE2. Grayscale: #757575. Windows color (decimal): -4104163 or 1925313. OLE color: 1925313.

HSL color Cylindrical-coordinate representation of color #C1601D: hue angle of 24.51º degrees, saturation: 0.74, 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 #C1601D is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1939629-
CMYK00.500.850.24
HSL24.51º73.87%43.53%-
HSV(B)24.51º84.97%75.69%-
XYZ26.419.793.59-
YUV117.3678.14181.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.69%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 29 (11.72% from 255) = 9.12%
R=60.69%
G=30.19%
B=9.12%

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
Decimal193962900.500.850.2424.5173.8743.53
HexC1601D0325518194a2c
Octal30114035062125303111254
Binary110000011100000111010110010101010111000110011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1601D; }

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

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

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

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

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

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

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

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