Html Css Color HEX #C4631C Chocolate

📋 copy color: '#C4631C'

red 196 ◦ green 99 ◦ blue 28

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

Shades of Chocolate #C4631C

Tints of Chocolate #C4631C

RGB

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

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

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

R = 60.68%
G = 30.65%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4631C (or 0xC4631C) is known color: Chocolate. HEX triplet: C4, 63 and 1C. RGB value is (196,99,28). Sum of RGB (Red+Green+Blue) = 196+99+28=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4631C is #3B9CE3. Grayscale: #787878. Windows color (decimal): -3906788 or 1860548. OLE color: 1860548.

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

Color convert

RGB 196 99 28 -
CMYK 0 0.49 0.86 0.23
HSL 25.36º 0.75% 0.44% -
HSV(B) 25.36º 0.86% 0.77% -
XYZ 27.44 20.74 3.66 -
YUV 119.91 76.14 182.27 -
System Red Green Blue C M Y K H S L
Decimal 196 99 28 0 0.49 0.86 0.23 25.36 0.75 0.44
Hex C4 63 1C 0 31 56 17 19 4B 2C
Octal 304 143 34 0 61 126 27 31 113 54
Binary 11000100 1100011 11100 0 110001 1010110 10111 11001 1001011 101100

Color Harmonies of #C4631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4631C

Black with #C4631C

Text Example


Text Example

White with #C4631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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