Html Css Color HEX #C2641D Chocolate

📋 copy color: '#C2641D'

red 194 ◦ green 100 ◦ blue 29

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

Shades of Chocolate #C2641D

Tints of Chocolate #C2641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.98%

R = 60.06%
G = 30.96%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2641D (or 0xC2641D) is known color: Chocolate. HEX triplet: C2, 64 and 1D. RGB value is (194,100,29). Sum of RGB (Red+Green+Blue) = 194+100+29=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2641D is #3D9BE2. Grayscale: #787878. Windows color (decimal): -4037603 or 1926338. OLE color: 1926338.

HSL color Cylindrical-coordinate representation of color #C2641D: hue angle of 25.82º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2641D is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 100 29 -
CMYK 0 0.48 0.85 0.24
HSL 25.82º 0.74% 0.44% -
HSV(B) 25.82º 0.85% 0.76% -
XYZ 27.03 20.67 3.73 -
YUV 120.01 76.64 180.77 -
System Red Green Blue C M Y K H S L
Decimal 194 100 29 0 0.48 0.85 0.24 25.82 0.74 0.44
Hex C2 64 1D 0 30 55 18 1A 4A 2C
Octal 302 144 35 0 60 125 30 32 112 54
Binary 11000010 1100100 11101 0 110000 1010101 11000 11010 1001010 101100

Color Harmonies of #C2641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2641D

Black with #C2641D

Text Example


Text Example

White with #C2641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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