Html Css Color HEX #C4621C Chocolate

📋 copy color: '#C4621C'

red 196 ◦ green 98 ◦ blue 28

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

Shades of Chocolate #C4621C

Tints of Chocolate #C4621C

RGB

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

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

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

R = 60.87%
G = 30.43%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4621C (or 0xC4621C) is known color: Chocolate. HEX triplet: C4, 62 and 1C. RGB value is (196,98,28). Sum of RGB (Red+Green+Blue) = 196+98+28=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4621C is #3B9DE3. Grayscale: #777777. Windows color (decimal): -3907044 or 1860292. OLE color: 1860292.

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

Color convert

RGB 196 98 28 -
CMYK 0 0.5 0.86 0.23
HSL 25º 0.75% 0.44% -
HSV(B) 25º 0.86% 0.77% -
XYZ 27.34 20.55 3.63 -
YUV 119.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 196 98 28 0 0.5 0.86 0.23 25 0.75 0.44
Hex C4 62 1C 0 32 56 17 19 4B 2C
Octal 304 142 34 0 62 126 27 31 113 54
Binary 11000100 1100010 11100 0 110010 1010110 10111 11001 1001011 101100

Color Harmonies of #C4621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4621C

Black with #C4621C

Text Example


Text Example

White with #C4621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4621C; }

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

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

background-color css

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

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

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

border-color css

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

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

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