Html Css Color HEX #C2621D Chocolate

📋 copy color: '#C2621D'

red 194 ◦ green 98 ◦ blue 29

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

Shades of Chocolate #C2621D

Tints of Chocolate #C2621D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

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

R = 60.44%
G = 30.53%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2621D (or 0xC2621D) is known color: Chocolate. HEX triplet: C2, 62 and 1D. RGB value is (194,98,29). Sum of RGB (Red+Green+Blue) = 194+98+29=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2621D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2621D is #3D9DE2. Grayscale: #777777. Windows color (decimal): -4038115 or 1925826. OLE color: 1925826.

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

Color convert

RGB 194 98 29 -
CMYK 0 0.49 0.85 0.24
HSL 25.09º 0.74% 0.44% -
HSV(B) 25.09º 0.85% 0.76% -
XYZ 26.84 20.29 3.66 -
YUV 118.84 77.3 181.61 -
System Red Green Blue C M Y K H S L
Decimal 194 98 29 0 0.49 0.85 0.24 25.09 0.74 0.44
Hex C2 62 1D 0 31 55 18 19 4A 2C
Octal 302 142 35 0 61 125 30 31 112 54
Binary 11000010 1100010 11101 0 110001 1010101 11000 11001 1001010 101100

Color Harmonies of #C2621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2621D

Black with #C2621D

Text Example


Text Example

White with #C2621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2621D; }

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

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

background-color css

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

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

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

border-color css

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

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

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