Html Css Color HEX #C1670F Chocolate

📋 copy color: '#C1670F'

red 193 ◦ green 103 ◦ blue 15

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

Shades of Chocolate #C1670F

Tints of Chocolate #C1670F

RGB

 RED value IS 193 (75.78% from 255) = 62.06%

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

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

R = 62.06%
G = 33.12%
B = 4.82%

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

#C1670F (or 0xC1670F) is known color: Chocolate. HEX triplet: C1, 67 and 0F. RGB value is (193,103,15). Sum of RGB (Red+Green+Blue) = 193+103+15=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C1670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1670F is #3E98F0. Grayscale: #787878. Windows color (decimal): -4102385 or 1009601. OLE color: 1009601.

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

Color convert

RGB 193 103 15 -
CMYK 0 0.47 0.92 0.24
HSL 29.66º 0.86% 0.41% -
HSV(B) 29.66º 0.92% 0.76% -
XYZ 26.93 21.07 3.1 -
YUV 119.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 193 103 15 0 0.47 0.92 0.24 29.66 0.86 0.41
Hex C1 67 F 0 2F 5C 18 1E 56 29
Octal 301 147 17 0 57 134 30 36 126 51
Binary 11000001 1100111 1111 0 101111 1011100 11000 11110 1010110 101001

Color Harmonies of #C1670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1670F

Black with #C1670F

Text Example


Text Example

White with #C1670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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