Html Css Color HEX #C2631C Chocolate

📋 copy color: '#C2631C'

red 194 ◦ green 99 ◦ blue 28

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

Shades of Chocolate #C2631C

Tints of Chocolate #C2631C

RGB

 RED value IS 194 (76.17% from 255) = 60.44%

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

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

R = 60.44%
G = 30.84%
B = 8.72%

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

#C2631C (or 0xC2631C) is known color: Chocolate. HEX triplet: C2, 63 and 1C. RGB value is (194,99,28). Sum of RGB (Red+Green+Blue) = 194+99+28=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2631C is #3D9CE3. Grayscale: #777777. Windows color (decimal): -4037860 or 1860546. OLE color: 1860546.

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

Color convert

RGB 194 99 28 -
CMYK 0 0.49 0.86 0.24
HSL 25.66º 0.75% 0.44% -
HSV(B) 25.66º 0.86% 0.76% -
XYZ 26.92 20.48 3.63 -
YUV 119.31 76.47 181.27 -
System Red Green Blue C M Y K H S L
Decimal 194 99 28 0 0.49 0.86 0.24 25.66 0.75 0.44
Hex C2 63 1C 0 31 56 18 1A 4B 2C
Octal 302 143 34 0 61 126 30 32 113 54
Binary 11000010 1100011 11100 0 110001 1010110 11000 11010 1001011 101100

Color Harmonies of #C2631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2631C

Black with #C2631C

Text Example


Text Example

White with #C2631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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