Html Css Color HEX #C46128 Christine

📋 copy color: '#C46128'

red 196 ◦ green 97 ◦ blue 40

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

Shades of Christine #C46128

Tints of Christine #C46128

RGB

 RED value IS 196 (76.95% from 255) = 58.86%

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

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

R = 58.86%
G = 29.13%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C46128 (or 0xC46128) is known color: Christine. HEX triplet: C4, 61 and 28. RGB value is (196,97,40). Sum of RGB (Red+Green+Blue) = 196+97+40=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C46128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46128 is #3B9ED7. Grayscale: #787878. Windows color (decimal): -3907288 or 2646468. OLE color: 2646468.

HSL color Cylindrical-coordinate representation of color #C46128: hue angle of 21.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C46128 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 97 40 -
CMYK 0 0.51 0.80 0.23
HSL 21.92º 0.66% 0.46% -
HSV(B) 21.92º 0.8% 0.77% -
XYZ 27.42 20.44 4.51 -
YUV 120.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 196 97 40 0 0.51 0.80 0.23 21.92 0.66 0.46
Hex C4 61 28 0 33 50 17 16 42 2E
Octal 304 141 50 0 63 120 27 26 102 56
Binary 11000100 1100001 101000 0 110011 1010000 10111 10110 1000010 101110

Color Harmonies of #C46128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46128

Black with #C46128

Text Example


Text Example

White with #C46128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46128; }

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

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

background-color css

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

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

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

border-color css

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

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

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