Html Css Color HEX #C1631A Chocolate

📋 copy color: '#C1631A'

red 193 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #C1631A

Tints of Chocolate #C1631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

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

R = 60.69%
G = 31.13%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1631A (or 0xC1631A) is known color: Chocolate. HEX triplet: C1, 63 and 1A. RGB value is (193,99,26). Sum of RGB (Red+Green+Blue) = 193+99+26=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C1631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1631A is #3E9CE5. Grayscale: #777777. Windows color (decimal): -4103398 or 1729473. OLE color: 1729473.

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

Color convert

RGB 193 99 26 -
CMYK 0 0.49 0.87 0.24
HSL 26.23º 0.76% 0.43% -
HSV(B) 26.23º 0.87% 0.76% -
XYZ 26.64 20.34 3.5 -
YUV 118.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 193 99 26 0 0.49 0.87 0.24 26.23 0.76 0.43
Hex C1 63 1A 0 31 57 18 1A 4C 2B
Octal 301 143 32 0 61 127 30 32 114 53
Binary 11000001 1100011 11010 0 110001 1010111 11000 11010 1001100 101011

Color Harmonies of #C1631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1631A

Black with #C1631A

Text Example


Text Example

White with #C1631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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