Html Css Color HEX #C2640F Chocolate

📋 copy color: '#C2640F'

red 194 ◦ green 100 ◦ blue 15

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

Shades of Chocolate #C2640F

Tints of Chocolate #C2640F

RGB

 RED value IS 194 (76.17% from 255) = 62.78%

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

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

R = 62.78%
G = 32.36%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2640F (or 0xC2640F) is known color: Chocolate. HEX triplet: C2, 64 and 0F. RGB value is (194,100,15). Sum of RGB (Red+Green+Blue) = 194+100+15=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2640F is #3D9BF0. Grayscale: #767676. Windows color (decimal): -4037617 or 1008834. OLE color: 1008834.

HSL color Cylindrical-coordinate representation of color #C2640F: hue angle of 28.49º 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 #C2640F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 100 15 -
CMYK 0 0.48 0.92 0.24
HSL 28.49º 0.86% 0.41% -
HSV(B) 28.49º 0.92% 0.76% -
XYZ 26.89 20.62 3.01 -
YUV 118.42 69.64 181.91 -
System Red Green Blue C M Y K H S L
Decimal 194 100 15 0 0.48 0.92 0.24 28.49 0.86 0.41
Hex C2 64 F 0 30 5C 18 1C 56 29
Octal 302 144 17 0 60 134 30 34 126 51
Binary 11000010 1100100 1111 0 110000 1011100 11000 11100 1010110 101001

Color Harmonies of #C2640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2640F

Black with #C2640F

Text Example


Text Example

White with #C2640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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