Html Css Color HEX #C2671E Chocolate

📋 copy color: '#C2671E'

red 194 ◦ green 103 ◦ blue 30

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

Shades of Chocolate #C2671E

Tints of Chocolate #C2671E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.17%

R = 59.33%
G = 31.5%
B = 9.17%

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

#C2671E (or 0xC2671E) is known color: Chocolate. HEX triplet: C2, 67 and 1E. RGB value is (194,103,30). Sum of RGB (Red+Green+Blue) = 194+103+30=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2671E is #3D98E1. Grayscale: #7A7A7A. Windows color (decimal): -4036834 or 1992642. OLE color: 1992642.

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

Color convert

RGB 194 103 30 -
CMYK 0 0.47 0.85 0.24
HSL 26.71º 0.73% 0.44% -
HSV(B) 26.71º 0.85% 0.76% -
XYZ 27.33 21.26 3.89 -
YUV 121.89 76.15 179.44 -
System Red Green Blue C M Y K H S L
Decimal 194 103 30 0 0.47 0.85 0.24 26.71 0.73 0.44
Hex C2 67 1E 0 2F 55 18 1B 49 2C
Octal 302 147 36 0 57 125 30 33 111 54
Binary 11000010 1100111 11110 0 101111 1010101 11000 11011 1001001 101100

Color Harmonies of #C2671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2671E

Black with #C2671E

Text Example


Text Example

White with #C2671E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2671E; }

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

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

background-color css

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

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

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

border-color css

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

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

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