Html Css Color HEX #C2670F Chocolate

📋 copy color: '#C2670F'

red 194 ◦ green 103 ◦ blue 15

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

Shades of Chocolate #C2670F

Tints of Chocolate #C2670F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 62.18%
G = 33.01%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2670F (or 0xC2670F) is known color: Chocolate. HEX triplet: C2, 67 and 0F. RGB value is (194,103,15). Sum of RGB (Red+Green+Blue) = 194+103+15=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2670F is #3D98F0. Grayscale: #787878. Windows color (decimal): -4036849 or 1009602. OLE color: 1009602.

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

Color convert

RGB 194 103 15 -
CMYK 0 0.47 0.92 0.24
HSL 29.5º 0.86% 0.41% -
HSV(B) 29.5º 0.92% 0.76% -
XYZ 27.18 21.2 3.11 -
YUV 120.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 194 103 15 0 0.47 0.92 0.24 29.5 0.86 0.41
Hex C2 67 F 0 2F 5C 18 1D 56 29
Octal 302 147 17 0 57 134 30 35 126 51
Binary 11000010 1100111 1111 0 101111 1011100 11000 11101 1010110 101001

Color Harmonies of #C2670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2670F

Black with #C2670F

Text Example


Text Example

White with #C2670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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