Html Css Color HEX #C46E2A Christine

📋 copy color: '#C46E2A'

red 196 ◦ green 110 ◦ blue 42

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

Shades of Christine #C46E2A

Tints of Christine #C46E2A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

 BLUE value IS 42 (16.8% from 255) = 12.07%

R = 56.32%
G = 31.61%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C46E2A (or 0xC46E2A) is known color: Christine. HEX triplet: C4, 6E and 2A. RGB value is (196,110,42). Sum of RGB (Red+Green+Blue) = 196+110+42=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E2A is #3B91D5. Grayscale: #808080. Windows color (decimal): -3903958 or 2780868. OLE color: 2780868.

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

Color convert

RGB 196 110 42 -
CMYK 0 0.44 0.79 0.23
HSL 26.49º 0.65% 0.47% -
HSV(B) 26.49º 0.79% 0.77% -
XYZ 28.76 23.05 5.12 -
YUV 127.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 196 110 42 0 0.44 0.79 0.23 26.49 0.65 0.47
Hex C4 6E 2A 0 2C 4F 17 1A 41 2F
Octal 304 156 52 0 54 117 27 32 101 57
Binary 11000100 1101110 101010 0 101100 1001111 10111 11010 1000001 101111

Color Harmonies of #C46E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46E2A

Black with #C46E2A

Text Example


Text Example

White with #C46E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46E2A; }

 p { color: rgb(196,110,42); }

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

background-color css

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

 a { background-color: rgb(196,110,42); }

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

border-color css

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

 span { border-color: rgb(196,110,42); }

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