Html Css Color HEX #C16120 Christine

📋 copy color: '#C16120'

red 193 ◦ green 97 ◦ blue 32

#C16120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #C16120

Tints of Christine #C16120

RGB

 RED value IS 193 (75.78% from 255) = 59.94%

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 32 (12.89% from 255) = 9.94%

R = 59.94%
G = 30.12%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C16120 (or 0xC16120) is known color: Christine. HEX triplet: C1, 61 and 20. RGB value is (193,97,32). Sum of RGB (Red+Green+Blue) = 193+97+32=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C16120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16120 is #3E9EDF. Grayscale: #767676. Windows color (decimal): -4103904 or 2122177. OLE color: 2122177.

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

Color convert

RGB 193 97 32 -
CMYK 0 0.50 0.83 0.24
HSL 24.22º 0.72% 0.44% -
HSV(B) 24.22º 0.83% 0.76% -
XYZ 26.53 19.99 3.83 -
YUV 118.29 79.3 181.29 -
System Red Green Blue C M Y K H S L
Decimal 193 97 32 0 0.50 0.83 0.24 24.22 0.72 0.44
Hex C1 61 20 0 32 53 18 18 48 2C
Octal 301 141 40 0 62 123 30 30 110 54
Binary 11000001 1100001 100000 0 110010 1010011 11000 11000 1001000 101100

Color Harmonies of #C16120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16120

Black with #C16120

Text Example


Text Example

White with #C16120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16120; }

 p { color: rgb(193,97,32); }

 H1.HeaderClassName
 {
   color: #C16120;
 }
 .AnyTagClassName
 {
   color: #C16120;
 }
</style>

background-color css

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

 a { background-color: rgb(193,97,32); }

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

border-color css

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

 span { border-color: rgb(193,97,32); }

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