Html Css Color HEX #C4661A Chocolate

📋 copy color: '#C4661A'

red 196 ◦ green 102 ◦ blue 26

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

Shades of Chocolate #C4661A

Tints of Chocolate #C4661A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

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

R = 60.49%
G = 31.48%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4661A (or 0xC4661A) is known color: Chocolate. HEX triplet: C4, 66 and 1A. RGB value is (196,102,26). Sum of RGB (Red+Green+Blue) = 196+102+26=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4661A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4661A is #3B99E5. Grayscale: #797979. Windows color (decimal): -3906022 or 1730244. OLE color: 1730244.

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

Color convert

RGB 196 102 26 -
CMYK 0 0.48 0.87 0.23
HSL 26.82º 0.77% 0.44% -
HSV(B) 26.82º 0.87% 0.77% -
XYZ 27.7 21.31 3.63 -
YUV 121.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 196 102 26 0 0.48 0.87 0.23 26.82 0.77 0.44
Hex C4 66 1A 0 30 57 17 1B 4D 2C
Octal 304 146 32 0 60 127 27 33 115 54
Binary 11000100 1100110 11010 0 110000 1010111 10111 11011 1001101 101100

Color Harmonies of #C4661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4661A

Black with #C4661A

Text Example


Text Example

White with #C4661A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4661A; }

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

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

background-color css

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

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

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

border-color css

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

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

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