Html Css Color HEX #C26715 Chocolate

📋 copy color: '#C26715'

red 194 ◦ green 103 ◦ blue 21

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

Shades of Chocolate #C26715

Tints of Chocolate #C26715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 61.01%
G = 32.39%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C26715 (or 0xC26715) is known color: Chocolate. HEX triplet: C2, 67 and 15. RGB value is (194,103,21). Sum of RGB (Red+Green+Blue) = 194+103+21=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C26715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26715 is #3D98EA. Grayscale: #797979. Windows color (decimal): -4036843 or 1402818. OLE color: 1402818.

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

Color convert

RGB 194 103 21 -
CMYK 0 0.47 0.89 0.24
HSL 28.44º 0.8% 0.42% -
HSV(B) 28.44º 0.89% 0.76% -
XYZ 27.23 21.22 3.37 -
YUV 120.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 194 103 21 0 0.47 0.89 0.24 28.44 0.8 0.42
Hex C2 67 15 0 2F 59 18 1C 50 2A
Octal 302 147 25 0 57 131 30 34 120 52
Binary 11000010 1100111 10101 0 101111 1011001 11000 11100 1010000 101010

Color Harmonies of #C26715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26715

Black with #C26715

Text Example


Text Example

White with #C26715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26715; }

 p { color: rgb(194,103,21); }

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

background-color css

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

 a { background-color: rgb(194,103,21); }

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

border-color css

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

 span { border-color: rgb(194,103,21); }

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