Html Css Color HEX #C2670E Chocolate

📋 copy color: '#C2670E'

red 194 ◦ green 103 ◦ blue 14

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

Shades of Chocolate #C2670E

Tints of Chocolate #C2670E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 62.38%
G = 33.12%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2670E (or 0xC2670E) is known color: Chocolate. HEX triplet: C2, 67 and 0E. RGB value is (194,103,14). Sum of RGB (Red+Green+Blue) = 194+103+14=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2670E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2670E is #3D98F1. Grayscale: #787878. Windows color (decimal): -4036850 or 944066. OLE color: 944066.

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

Color convert

RGB 194 103 14 -
CMYK 0 0.47 0.93 0.24
HSL 29.67º 0.87% 0.41% -
HSV(B) 29.67º 0.93% 0.76% -
XYZ 27.18 21.2 3.08 -
YUV 120.06 68.15 180.74 -
System Red Green Blue C M Y K H S L
Decimal 194 103 14 0 0.47 0.93 0.24 29.67 0.87 0.41
Hex C2 67 E 0 2F 5D 18 1E 57 29
Octal 302 147 16 0 57 135 30 36 127 51
Binary 11000010 1100111 1110 0 101111 1011101 11000 11110 1010111 101001

Color Harmonies of #C2670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2670E

Black with #C2670E

Text Example


Text Example

White with #C2670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2670E; }

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

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

background-color css

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

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

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

border-color css

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

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

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