Html Css Color HEX #C16220 Christine

📋 copy color: '#C16220'

red 193 ◦ green 98 ◦ blue 32

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

Shades of Christine #C16220

Tints of Christine #C16220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

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

R = 59.75%
G = 30.34%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C16220 (or 0xC16220) is known color: Christine. HEX triplet: C1, 62 and 20. RGB value is (193,98,32). Sum of RGB (Red+Green+Blue) = 193+98+32=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C16220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16220 is #3E9DDF. Grayscale: #777777. Windows color (decimal): -4103648 or 2122433. OLE color: 2122433.

HSL color Cylindrical-coordinate representation of color #C16220: hue angle of 24.6º 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 #C16220 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 98 32 -
CMYK 0 0.49 0.83 0.24
HSL 24.6º 0.72% 0.44% -
HSV(B) 24.6º 0.83% 0.76% -
XYZ 26.62 20.18 3.86 -
YUV 118.88 78.97 180.87 -
System Red Green Blue C M Y K H S L
Decimal 193 98 32 0 0.49 0.83 0.24 24.6 0.72 0.44
Hex C1 62 20 0 31 53 18 19 48 2C
Octal 301 142 40 0 61 123 30 31 110 54
Binary 11000001 1100010 100000 0 110001 1010011 11000 11001 1001000 101100

Color Harmonies of #C16220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16220

Black with #C16220

Text Example


Text Example

White with #C16220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16220; }

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

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

background-color css

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

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

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

border-color css

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

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

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