Html Css Color HEX #C16421 Christine

📋 copy color: '#C16421'

red 193 ◦ green 100 ◦ blue 33

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

Shades of Christine #C16421

Tints of Christine #C16421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

 BLUE value IS 33 (13.28% from 255) = 10.12%

R = 59.2%
G = 30.67%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C16421 (or 0xC16421) is known color: Christine. HEX triplet: C1, 64 and 21. RGB value is (193,100,33). Sum of RGB (Red+Green+Blue) = 193+100+33=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C16421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16421 is #3E9BDE. Grayscale: #787878. Windows color (decimal): -4103135 or 2188481. OLE color: 2188481.

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

Color convert

RGB 193 100 33 -
CMYK 0 0.48 0.83 0.24
HSL 25.13º 0.71% 0.44% -
HSV(B) 25.13º 0.83% 0.76% -
XYZ 26.82 20.56 3.99 -
YUV 120.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 193 100 33 0 0.48 0.83 0.24 25.13 0.71 0.44
Hex C1 64 21 0 30 53 18 19 47 2C
Octal 301 144 41 0 60 123 30 31 107 54
Binary 11000001 1100100 100001 0 110000 1010011 11000 11001 1000111 101100

Color Harmonies of #C16421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16421

Black with #C16421

Text Example


Text Example

White with #C16421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16421; }

 p { color: rgb(193,100,33); }

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

background-color css

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

 a { background-color: rgb(193,100,33); }

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

border-color css

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

 span { border-color: rgb(193,100,33); }

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