Html Css Color HEX #C1631B Chocolate

📋 copy color: '#C1631B'

red 193 ◦ green 99 ◦ blue 27

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

Shades of Chocolate #C1631B

Tints of Chocolate #C1631B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 60.5%
G = 31.03%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1631B (or 0xC1631B) is known color: Chocolate. HEX triplet: C1, 63 and 1B. RGB value is (193,99,27). Sum of RGB (Red+Green+Blue) = 193+99+27=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1631B is #3E9CE4. Grayscale: #777777. Windows color (decimal): -4103397 or 1795009. OLE color: 1795009.

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

Color convert

RGB 193 99 27 -
CMYK 0 0.49 0.86 0.24
HSL 26.02º 0.75% 0.43% -
HSV(B) 26.02º 0.86% 0.76% -
XYZ 26.65 20.34 3.56 -
YUV 118.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 193 99 27 0 0.49 0.86 0.24 26.02 0.75 0.43
Hex C1 63 1B 0 31 56 18 1A 4B 2B
Octal 301 143 33 0 61 126 30 32 113 53
Binary 11000001 1100011 11011 0 110001 1010110 11000 11010 1001011 101011

Color Harmonies of #C1631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1631B

Black with #C1631B

Text Example


Text Example

White with #C1631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1631B; }

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

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

background-color css

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

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

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

border-color css

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

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

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