Html Css Color HEX #C16226 Christine

📋 copy color: '#C16226'

red 193 ◦ green 98 ◦ blue 38

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

Shades of Christine #C16226

Tints of Christine #C16226

RGB

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

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

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

R = 58.66%
G = 29.79%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C16226 (or 0xC16226) is known color: Christine. HEX triplet: C1, 62 and 26. RGB value is (193,98,38). Sum of RGB (Red+Green+Blue) = 193+98+38=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C16226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16226 is #3E9DD9. Grayscale: #777777. Windows color (decimal): -4103642 or 2515649. OLE color: 2515649.

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

Color convert

RGB 193 98 38 -
CMYK 0 0.49 0.80 0.24
HSL 23.23º 0.67% 0.45% -
HSV(B) 23.23º 0.8% 0.76% -
XYZ 26.71 20.21 4.33 -
YUV 119.57 81.97 180.38 -
System Red Green Blue C M Y K H S L
Decimal 193 98 38 0 0.49 0.80 0.24 23.23 0.67 0.45
Hex C1 62 26 0 31 50 18 17 43 2D
Octal 301 142 46 0 61 120 30 27 103 55
Binary 11000001 1100010 100110 0 110001 1010000 11000 10111 1000011 101101

Color Harmonies of #C16226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16226

Black with #C16226

Text Example


Text Example

White with #C16226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16226; }

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

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

background-color css

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

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

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

border-color css

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

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

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