Html Css Color HEX #C46A2E Christine

📋 copy color: '#C46A2E'

red 196 ◦ green 106 ◦ blue 46

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

Shades of Christine #C46A2E

Tints of Christine #C46A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.22%

R = 56.32%
G = 30.46%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C46A2E (or 0xC46A2E) is known color: Christine. HEX triplet: C4, 6A and 2E. RGB value is (196,106,46). Sum of RGB (Red+Green+Blue) = 196+106+46=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A2E is #3B95D1. Grayscale: #7E7E7E. Windows color (decimal): -3904978 or 3041988. OLE color: 3041988.

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

Color convert

RGB 196 106 46 -
CMYK 0 0.46 0.77 0.23
HSL 24º 0.62% 0.47% -
HSV(B) 24º 0.77% 0.77% -
XYZ 28.41 22.24 5.38 -
YUV 126.07 82.82 177.88 -
System Red Green Blue C M Y K H S L
Decimal 196 106 46 0 0.46 0.77 0.23 24 0.62 0.47
Hex C4 6A 2E 0 2E 4D 17 18 3E 2F
Octal 304 152 56 0 56 115 27 30 76 57
Binary 11000100 1101010 101110 0 101110 1001101 10111 11000 111110 101111

Color Harmonies of #C46A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A2E

Black with #C46A2E

Text Example


Text Example

White with #C46A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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