Html Css Color HEX #C3640F Chocolate

📋 copy color: '#C3640F'

red 195 ◦ green 100 ◦ blue 15

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

Shades of Chocolate #C3640F

Tints of Chocolate #C3640F

RGB

 RED value IS 195 (76.56% from 255) = 62.9%

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

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

R = 62.9%
G = 32.26%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3640F (or 0xC3640F) is known color: Chocolate. HEX triplet: C3, 64 and 0F. RGB value is (195,100,15). Sum of RGB (Red+Green+Blue) = 195+100+15=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3640F is #3C9BF0. Grayscale: #777777. Windows color (decimal): -3972081 or 1008835. OLE color: 1008835.

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

Color convert

RGB 195 100 15 -
CMYK 0 0.49 0.92 0.24
HSL 28.33º 0.86% 0.41% -
HSV(B) 28.33º 0.92% 0.76% -
XYZ 27.15 20.75 3.03 -
YUV 118.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 195 100 15 0 0.49 0.92 0.24 28.33 0.86 0.41
Hex C3 64 F 0 31 5C 18 1C 56 29
Octal 303 144 17 0 61 134 30 34 126 51
Binary 11000011 1100100 1111 0 110001 1011100 11000 11100 1010110 101001

Color Harmonies of #C3640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3640F

Black with #C3640F

Text Example


Text Example

White with #C3640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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