Html Css Color HEX #C46320 Christine

📋 copy color: '#C46320'

red 196 ◦ green 99 ◦ blue 32

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

Shades of Christine #C46320

Tints of Christine #C46320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 59.94%
G = 30.28%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C46320 (or 0xC46320) is known color: Christine. HEX triplet: C4, 63 and 20. RGB value is (196,99,32). Sum of RGB (Red+Green+Blue) = 196+99+32=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C46320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46320 is #3B9CDF. Grayscale: #787878. Windows color (decimal): -3906784 or 2122692. OLE color: 2122692.

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

Color convert

RGB 196 99 32 -
CMYK 0 0.49 0.84 0.23
HSL 24.51º 0.72% 0.45% -
HSV(B) 24.51º 0.84% 0.77% -
XYZ 27.49 20.76 3.93 -
YUV 120.37 78.14 181.95 -
System Red Green Blue C M Y K H S L
Decimal 196 99 32 0 0.49 0.84 0.23 24.51 0.72 0.45
Hex C4 63 20 0 31 54 17 19 48 2D
Octal 304 143 40 0 61 124 27 31 110 55
Binary 11000100 1100011 100000 0 110001 1010100 10111 11001 1001000 101101

Color Harmonies of #C46320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46320

Black with #C46320

Text Example


Text Example

White with #C46320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46320; }

 p { color: rgb(196,99,32); }

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

background-color css

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

 a { background-color: rgb(196,99,32); }

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

border-color css

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

 span { border-color: rgb(196,99,32); }

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