Html Css Color HEX #C16A20 Christine

📋 copy color: '#C16A20'

red 193 ◦ green 106 ◦ blue 32

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

Shades of Christine #C16A20

Tints of Christine #C16A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 58.31%
G = 32.02%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C16A20 (or 0xC16A20) is known color: Christine. HEX triplet: C1, 6A and 20. RGB value is (193,106,32). Sum of RGB (Red+Green+Blue) = 193+106+32=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16A20 is #3E95DF. Grayscale: #7B7B7B. Windows color (decimal): -4101600 or 2124481. OLE color: 2124481.

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

Color convert

RGB 193 106 32 -
CMYK 0 0.45 0.83 0.24
HSL 27.58º 0.72% 0.44% -
HSV(B) 27.58º 0.83% 0.76% -
XYZ 27.41 21.75 4.12 -
YUV 123.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 193 106 32 0 0.45 0.83 0.24 27.58 0.72 0.44
Hex C1 6A 20 0 2D 53 18 1C 48 2C
Octal 301 152 40 0 55 123 30 34 110 54
Binary 11000001 1101010 100000 0 101101 1010011 11000 11100 1001000 101100

Color Harmonies of #C16A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16A20

Black with #C16A20

Text Example


Text Example

White with #C16A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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