Html Css Color HEX #C2631A Chocolate

📋 copy color: '#C2631A'

red 194 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #C2631A

Tints of Chocolate #C2631A

RGB

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

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

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

R = 60.82%
G = 31.03%
B = 8.15%

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

#C2631A (or 0xC2631A) is known color: Chocolate. HEX triplet: C2, 63 and 1A. RGB value is (194,99,26). Sum of RGB (Red+Green+Blue) = 194+99+26=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2631A is #3D9CE5. Grayscale: #777777. Windows color (decimal): -4037862 or 1729474. OLE color: 1729474.

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

Color convert

RGB 194 99 26 -
CMYK 0 0.49 0.87 0.24
HSL 26.07º 0.76% 0.43% -
HSV(B) 26.07º 0.87% 0.76% -
XYZ 26.9 20.47 3.51 -
YUV 119.08 75.47 181.44 -
System Red Green Blue C M Y K H S L
Decimal 194 99 26 0 0.49 0.87 0.24 26.07 0.76 0.43
Hex C2 63 1A 0 31 57 18 1A 4C 2B
Octal 302 143 32 0 61 127 30 32 114 53
Binary 11000010 1100011 11010 0 110001 1010111 11000 11010 1001100 101011

Color Harmonies of #C2631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2631A

Black with #C2631A

Text Example


Text Example

White with #C2631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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