Html Css Color HEX #C16020 Christine

📋 copy color: '#C16020'

red 193 ◦ green 96 ◦ blue 32

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

Shades of Christine #C16020

Tints of Christine #C16020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

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

R = 60.12%
G = 29.91%
B = 9.97%

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

#C16020 (or 0xC16020) is known color: Christine. HEX triplet: C1, 60 and 20. RGB value is (193,96,32). Sum of RGB (Red+Green+Blue) = 193+96+32=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C16020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16020 is #3E9FDF. Grayscale: #767676. Windows color (decimal): -4104160 or 2121921. OLE color: 2121921.

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

Color convert

RGB 193 96 32 -
CMYK 0 0.50 0.83 0.24
HSL 23.85º 0.72% 0.44% -
HSV(B) 23.85º 0.83% 0.76% -
XYZ 26.44 19.81 3.8 -
YUV 117.71 79.64 181.7 -
System Red Green Blue C M Y K H S L
Decimal 193 96 32 0 0.50 0.83 0.24 23.85 0.72 0.44
Hex C1 60 20 0 32 53 18 18 48 2C
Octal 301 140 40 0 62 123 30 30 110 54
Binary 11000001 1100000 100000 0 110010 1010011 11000 11000 1001000 101100

Color Harmonies of #C16020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16020

Black with #C16020

Text Example


Text Example

White with #C16020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16020; }

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

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

background-color css

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

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

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

border-color css

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

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

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