Html Css Color HEX #C4640F Chocolate

📋 copy color: '#C4640F'

red 196 ◦ green 100 ◦ blue 15

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

Shades of Chocolate #C4640F

Tints of Chocolate #C4640F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 63.02%
G = 32.15%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4640F (or 0xC4640F) is known color: Chocolate. HEX triplet: C4, 64 and 0F. RGB value is (196,100,15). Sum of RGB (Red+Green+Blue) = 196+100+15=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4640F is #3B9BF0. Grayscale: #777777. Windows color (decimal): -3906545 or 1008836. OLE color: 1008836.

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

Color convert

RGB 196 100 15 -
CMYK 0 0.49 0.92 0.23
HSL 28.18º 0.86% 0.41% -
HSV(B) 28.18º 0.92% 0.77% -
XYZ 27.41 20.88 3.04 -
YUV 119.01 69.3 182.91 -
System Red Green Blue C M Y K H S L
Decimal 196 100 15 0 0.49 0.92 0.23 28.18 0.86 0.41
Hex C4 64 F 0 31 5C 17 1C 56 29
Octal 304 144 17 0 61 134 27 34 126 51
Binary 11000100 1100100 1111 0 110001 1011100 10111 11100 1010110 101001

Color Harmonies of #C4640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4640F

Black with #C4640F

Text Example


Text Example

White with #C4640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4640F; }

 p { color: rgb(196,100,15); }

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

background-color css

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

 a { background-color: rgb(196,100,15); }

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

border-color css

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

 span { border-color: rgb(196,100,15); }

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