Html Css Color HEX #C1631C Chocolate

📋 copy color: '#C1631C'

red 193 ◦ green 99 ◦ blue 28

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

Shades of Chocolate #C1631C

Tints of Chocolate #C1631C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 60.31%
G = 30.94%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1631C (or 0xC1631C) is known color: Chocolate. HEX triplet: C1, 63 and 1C. RGB value is (193,99,28). Sum of RGB (Red+Green+Blue) = 193+99+28=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1631C is #3E9CE3. Grayscale: #777777. Windows color (decimal): -4103396 or 1860545. OLE color: 1860545.

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

Color convert

RGB 193 99 28 -
CMYK 0 0.49 0.85 0.24
HSL 25.82º 0.75% 0.43% -
HSV(B) 25.82º 0.85% 0.76% -
XYZ 26.66 20.34 3.62 -
YUV 119.01 76.64 180.77 -
System Red Green Blue C M Y K H S L
Decimal 193 99 28 0 0.49 0.85 0.24 25.82 0.75 0.43
Hex C1 63 1C 0 31 55 18 1A 4B 2B
Octal 301 143 34 0 61 125 30 32 113 53
Binary 11000001 1100011 11100 0 110001 1010101 11000 11010 1001011 101011

Color Harmonies of #C1631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1631C

Black with #C1631C

Text Example


Text Example

White with #C1631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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