Html Css Color HEX #C46A2C Christine

📋 copy color: '#C46A2C'

red 196 ◦ green 106 ◦ blue 44

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

Shades of Christine #C46A2C

Tints of Christine #C46A2C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.64%

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 56.65%
G = 30.64%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C46A2C (or 0xC46A2C) is known color: Christine. HEX triplet: C4, 6A and 2C. RGB value is (196,106,44). Sum of RGB (Red+Green+Blue) = 196+106+44=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A2C is #3B95D3. Grayscale: #7E7E7E. Windows color (decimal): -3904980 or 2910916. OLE color: 2910916.

HSL color Cylindrical-coordinate representation of color #C46A2C: hue angle of 24.47º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C46A2C is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 106 44 -
CMYK 0 0.46 0.78 0.23
HSL 24.47º 0.63% 0.47% -
HSV(B) 24.47º 0.78% 0.77% -
XYZ 28.37 22.23 5.18 -
YUV 125.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 196 106 44 0 0.46 0.78 0.23 24.47 0.63 0.47
Hex C4 6A 2C 0 2E 4E 17 18 3F 2F
Octal 304 152 54 0 56 116 27 30 77 57
Binary 11000100 1101010 101100 0 101110 1001110 10111 11000 111111 101111

Color Harmonies of #C46A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A2C

Black with #C46A2C

Text Example


Text Example

White with #C46A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A2C; }

 p { color: rgb(196,106,44); }

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

background-color css

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

 a { background-color: rgb(196,106,44); }

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

border-color css

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

 span { border-color: rgb(196,106,44); }

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