Html Css Color HEX #C1671A Chocolate

📋 copy color: '#C1671A'

red 193 ◦ green 103 ◦ blue 26

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

Shades of Chocolate #C1671A

Tints of Chocolate #C1671A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.07%

R = 59.94%
G = 31.99%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1671A (or 0xC1671A) is known color: Chocolate. HEX triplet: C1, 67 and 1A. RGB value is (193,103,26). Sum of RGB (Red+Green+Blue) = 193+103+26=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1671A is #3E98E5. Grayscale: #797979. Windows color (decimal): -4102374 or 1730497. OLE color: 1730497.

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

Color convert

RGB 193 103 26 -
CMYK 0 0.47 0.87 0.24
HSL 27.66º 0.76% 0.43% -
HSV(B) 27.66º 0.87% 0.76% -
XYZ 27.03 21.11 3.63 -
YUV 121.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 193 103 26 0 0.47 0.87 0.24 27.66 0.76 0.43
Hex C1 67 1A 0 2F 57 18 1C 4C 2B
Octal 301 147 32 0 57 127 30 34 114 53
Binary 11000001 1100111 11010 0 101111 1010111 11000 11100 1001100 101011

Color Harmonies of #C1671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1671A

Black with #C1671A

Text Example


Text Example

White with #C1671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1671A; }

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

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

background-color css

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

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

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

border-color css

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

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

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