Html Css Color HEX #C46B34 Christine

📋 copy color: '#C46B34'

red 196 ◦ green 107 ◦ blue 52

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

Shades of Christine #C46B34

Tints of Christine #C46B34

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.14%

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 55.21%
G = 30.14%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C46B34 (or 0xC46B34) is known color: Christine. HEX triplet: C4, 6B and 34. RGB value is (196,107,52). Sum of RGB (Red+Green+Blue) = 196+107+52=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B34 is #3B94CB. Grayscale: #7F7F7F. Windows color (decimal): -3904716 or 3435460. OLE color: 3435460.

HSL color Cylindrical-coordinate representation of color #C46B34: hue angle of 22.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C46B34 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 107 52 -
CMYK 0 0.45 0.73 0.23
HSL 22.92º 0.58% 0.49% -
HSV(B) 22.92º 0.73% 0.77% -
XYZ 28.64 22.5 6.08 -
YUV 127.34 85.49 176.97 -
System Red Green Blue C M Y K H S L
Decimal 196 107 52 0 0.45 0.73 0.23 22.92 0.58 0.49
Hex C4 6B 34 0 2D 49 17 17 3A 31
Octal 304 153 64 0 55 111 27 27 72 61
Binary 11000100 1101011 110100 0 101101 1001001 10111 10111 111010 110001

Color Harmonies of #C46B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46B34

Black with #C46B34

Text Example


Text Example

White with #C46B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46B34; }

 p { color: rgb(196,107,52); }

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

background-color css

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

 a { background-color: rgb(196,107,52); }

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

border-color css

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

 span { border-color: rgb(196,107,52); }

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