Html Css Color HEX #C16126 Christine

📋 copy color: '#C16126'

red 193 ◦ green 97 ◦ blue 38

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

Shades of Christine #C16126

Tints of Christine #C16126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.59%

R = 58.84%
G = 29.57%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C16126 (or 0xC16126) is known color: Christine. HEX triplet: C1, 61 and 26. RGB value is (193,97,38). Sum of RGB (Red+Green+Blue) = 193+97+38=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C16126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16126 is #3E9ED9. Grayscale: #777777. Windows color (decimal): -4103898 or 2515393. OLE color: 2515393.

HSL color Cylindrical-coordinate representation of color #C16126: hue angle of 22.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C16126 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 97 38 -
CMYK 0 0.50 0.80 0.24
HSL 22.84º 0.67% 0.45% -
HSV(B) 22.84º 0.8% 0.76% -
XYZ 26.62 20.03 4.3 -
YUV 118.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 193 97 38 0 0.50 0.80 0.24 22.84 0.67 0.45
Hex C1 61 26 0 32 50 18 17 43 2D
Octal 301 141 46 0 62 120 30 27 103 55
Binary 11000001 1100001 100110 0 110010 1010000 11000 10111 1000011 101101

Color Harmonies of #C16126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16126

Black with #C16126

Text Example


Text Example

White with #C16126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16126; }

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

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

background-color css

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

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

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

border-color css

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

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

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