Html Css Color HEX #C16128 Christine

📋 copy color: '#C16128'

red 193 ◦ green 97 ◦ blue 40

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

Shades of Christine #C16128

Tints of Christine #C16128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 58.48%
G = 29.39%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C16128 (or 0xC16128) is known color: Christine. HEX triplet: C1, 61 and 28. RGB value is (193,97,40). Sum of RGB (Red+Green+Blue) = 193+97+40=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C16128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16128 is #3E9ED7. Grayscale: #777777. Windows color (decimal): -4103896 or 2646465. OLE color: 2646465.

HSL color Cylindrical-coordinate representation of color #C16128: hue angle of 22.35º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C16128 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 97 40 -
CMYK 0 0.50 0.79 0.24
HSL 22.35º 0.66% 0.46% -
HSV(B) 22.35º 0.79% 0.76% -
XYZ 26.65 20.04 4.47 -
YUV 119.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 193 97 40 0 0.50 0.79 0.24 22.35 0.66 0.46
Hex C1 61 28 0 32 4F 18 16 42 2E
Octal 301 141 50 0 62 117 30 26 102 56
Binary 11000001 1100001 101000 0 110010 1001111 11000 10110 1000010 101110

Color Harmonies of #C16128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16128

Black with #C16128

Text Example


Text Example

White with #C16128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16128; }

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

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

background-color css

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

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

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

border-color css

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

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

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