Html Css Color HEX #C16227 Christine

📋 copy color: '#C16227'

red 193 ◦ green 98 ◦ blue 39

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

Shades of Christine #C16227

Tints of Christine #C16227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 58.48%
G = 29.7%
B = 11.82%

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

#C16227 (or 0xC16227) is known color: Christine. HEX triplet: C1, 62 and 27. RGB value is (193,98,39). Sum of RGB (Red+Green+Blue) = 193+98+39=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C16227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16227 is #3E9DD8. Grayscale: #787878. Windows color (decimal): -4103641 or 2581185. OLE color: 2581185.

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

Color convert

RGB 193 98 39 -
CMYK 0 0.49 0.80 0.24
HSL 22.99º 0.66% 0.45% -
HSV(B) 22.99º 0.8% 0.76% -
XYZ 26.73 20.22 4.41 -
YUV 119.68 82.47 180.3 -
System Red Green Blue C M Y K H S L
Decimal 193 98 39 0 0.49 0.80 0.24 22.99 0.66 0.45
Hex C1 62 27 0 31 50 18 17 42 2D
Octal 301 142 47 0 61 120 30 27 102 55
Binary 11000001 1100010 100111 0 110001 1010000 11000 10111 1000010 101101

Color Harmonies of #C16227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16227

Black with #C16227

Text Example


Text Example

White with #C16227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16227; }

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

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

background-color css

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

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

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

border-color css

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

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

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