Html Css Color HEX #C4621A Chocolate

📋 copy color: '#C4621A'

red 196 ◦ green 98 ◦ blue 26

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

Shades of Chocolate #C4621A

Tints of Chocolate #C4621A

RGB

 RED value IS 196 (76.95% from 255) = 61.25%

 GREEN value IS 98 (38.67% from 255) = 30.63%

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

R = 61.25%
G = 30.63%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4621A (or 0xC4621A) is known color: Chocolate. HEX triplet: C4, 62 and 1A. RGB value is (196,98,26). Sum of RGB (Red+Green+Blue) = 196+98+26=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4621A is #3B9DE5. Grayscale: #777777. Windows color (decimal): -3907046 or 1729220. OLE color: 1729220.

HSL color Cylindrical-coordinate representation of color #C4621A: hue angle of 25.41º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4621A is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 26 -
CMYK 0 0.5 0.87 0.23
HSL 25.41º 0.77% 0.44% -
HSV(B) 25.41º 0.87% 0.77% -
XYZ 27.32 20.55 3.5 -
YUV 119.09 75.47 182.85 -
System Red Green Blue C M Y K H S L
Decimal 196 98 26 0 0.5 0.87 0.23 25.41 0.77 0.44
Hex C4 62 1A 0 32 57 17 19 4D 2C
Octal 304 142 32 0 62 127 27 31 115 54
Binary 11000100 1100010 11010 0 110010 1010111 10111 11001 1001101 101100

Color Harmonies of #C4621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4621A

Black with #C4621A

Text Example


Text Example

White with #C4621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4621A; }

 p { color: rgb(196,98,26); }

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

background-color css

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

 a { background-color: rgb(196,98,26); }

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

border-color css

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

 span { border-color: rgb(196,98,26); }

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