Html Css Color HEX #C2671F Chocolate

📋 copy color: '#C2671F'

red 194 ◦ green 103 ◦ blue 31

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

Shades of Chocolate #C2671F

Tints of Chocolate #C2671F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.45%

R = 59.15%
G = 31.4%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2671F (or 0xC2671F) is known color: Chocolate. HEX triplet: C2, 67 and 1F. RGB value is (194,103,31). Sum of RGB (Red+Green+Blue) = 194+103+31=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C2671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2671F is #3D98E0. Grayscale: #7A7A7A. Windows color (decimal): -4036833 or 2058178. OLE color: 2058178.

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

Color convert

RGB 194 103 31 -
CMYK 0 0.47 0.84 0.24
HSL 26.5º 0.72% 0.44% -
HSV(B) 26.5º 0.84% 0.76% -
XYZ 27.35 21.27 3.96 -
YUV 122 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 194 103 31 0 0.47 0.84 0.24 26.5 0.72 0.44
Hex C2 67 1F 0 2F 54 18 1B 48 2C
Octal 302 147 37 0 57 124 30 33 110 54
Binary 11000010 1100111 11111 0 101111 1010100 11000 11011 1001000 101100

Color Harmonies of #C2671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2671F

Black with #C2671F

Text Example


Text Example

White with #C2671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2671F; }

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

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

background-color css

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

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

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

border-color css

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

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

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