Html Css Color HEX #C1611A Chocolate

📋 copy color: '#C1611A'

red 193 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #C1611A

Tints of Chocolate #C1611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

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

R = 61.08%
G = 30.7%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1611A (or 0xC1611A) is known color: Chocolate. HEX triplet: C1, 61 and 1A. RGB value is (193,97,26). Sum of RGB (Red+Green+Blue) = 193+97+26=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C1611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1611A is #3E9EE5. Grayscale: #757575. Windows color (decimal): -4103910 or 1728961. OLE color: 1728961.

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

Color convert

RGB 193 97 26 -
CMYK 0 0.50 0.87 0.24
HSL 25.51º 0.76% 0.43% -
HSV(B) 25.51º 0.87% 0.76% -
XYZ 26.45 19.96 3.44 -
YUV 117.61 76.3 181.77 -
System Red Green Blue C M Y K H S L
Decimal 193 97 26 0 0.50 0.87 0.24 25.51 0.76 0.43
Hex C1 61 1A 0 32 57 18 1A 4C 2B
Octal 301 141 32 0 62 127 30 32 114 53
Binary 11000001 1100001 11010 0 110010 1010111 11000 11010 1001100 101011

Color Harmonies of #C1611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1611A

Black with #C1611A

Text Example


Text Example

White with #C1611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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