Html Css Color HEX #C26512 Chocolate

📋 copy color: '#C26512'

red 194 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #C26512

Tints of Chocolate #C26512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 61.98%
G = 32.27%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C26512 (or 0xC26512) is known color: Chocolate. HEX triplet: C2, 65 and 12. RGB value is (194,101,18). Sum of RGB (Red+Green+Blue) = 194+101+18=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26512 is #3D9AED. Grayscale: #777777. Windows color (decimal): -4037358 or 1205698. OLE color: 1205698.

HSL color Cylindrical-coordinate representation of color #C26512: hue angle of 28.3º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C26512 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 101 18 -
CMYK 0 0.48 0.91 0.24
HSL 28.3º 0.83% 0.42% -
HSV(B) 28.3º 0.91% 0.76% -
XYZ 27.01 20.82 3.17 -
YUV 119.35 70.81 181.25 -
System Red Green Blue C M Y K H S L
Decimal 194 101 18 0 0.48 0.91 0.24 28.3 0.83 0.42
Hex C2 65 12 0 30 5B 18 1C 53 2A
Octal 302 145 22 0 60 133 30 34 123 52
Binary 11000010 1100101 10010 0 110000 1011011 11000 11100 1010011 101010

Color Harmonies of #C26512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26512

Black with #C26512

Text Example


Text Example

White with #C26512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26512; }

 p { color: rgb(194,101,18); }

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

background-color css

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

 a { background-color: rgb(194,101,18); }

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

border-color css

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

 span { border-color: rgb(194,101,18); }

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