Html Css Color HEX #C2671D Chocolate

📋 copy color: '#C2671D'

red 194 ◦ green 103 ◦ blue 29

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

Shades of Chocolate #C2671D

Tints of Chocolate #C2671D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

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

R = 59.51%
G = 31.6%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2671D (or 0xC2671D) is known color: Chocolate. HEX triplet: C2, 67 and 1D. RGB value is (194,103,29). Sum of RGB (Red+Green+Blue) = 194+103+29=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2671D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2671D is #3D98E2. Grayscale: #7A7A7A. Windows color (decimal): -4036835 or 1927106. OLE color: 1927106.

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

Color convert

RGB 194 103 29 -
CMYK 0 0.47 0.85 0.24
HSL 26.91º 0.74% 0.44% -
HSV(B) 26.91º 0.85% 0.76% -
XYZ 27.32 21.26 3.83 -
YUV 121.77 75.65 179.52 -
System Red Green Blue C M Y K H S L
Decimal 194 103 29 0 0.47 0.85 0.24 26.91 0.74 0.44
Hex C2 67 1D 0 2F 55 18 1B 4A 2C
Octal 302 147 35 0 57 125 30 33 112 54
Binary 11000010 1100111 11101 0 101111 1010101 11000 11011 1001010 101100

Color Harmonies of #C2671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2671D

Black with #C2671D

Text Example


Text Example

White with #C2671D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2671D; }

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

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

background-color css

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

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

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

border-color css

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

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

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