Html Css Color HEX #C26317 Chocolate

📋 copy color: '#C26317'

red 194 ◦ green 99 ◦ blue 23

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

Shades of Chocolate #C26317

Tints of Chocolate #C26317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.28%

R = 61.39%
G = 31.33%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C26317 (or 0xC26317) is known color: Chocolate. HEX triplet: C2, 63 and 17. RGB value is (194,99,23). Sum of RGB (Red+Green+Blue) = 194+99+23=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C26317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26317 is #3D9CE8. Grayscale: #777777. Windows color (decimal): -4037865 or 1532866. OLE color: 1532866.

HSL color Cylindrical-coordinate representation of color #C26317: hue angle of 26.67º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C26317 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 99 23 -
CMYK 0 0.49 0.88 0.24
HSL 26.67º 0.79% 0.43% -
HSV(B) 26.67º 0.88% 0.76% -
XYZ 26.86 20.45 3.34 -
YUV 118.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 194 99 23 0 0.49 0.88 0.24 26.67 0.79 0.43
Hex C2 63 17 0 31 58 18 1B 4F 2B
Octal 302 143 27 0 61 130 30 33 117 53
Binary 11000010 1100011 10111 0 110001 1011000 11000 11011 1001111 101011

Color Harmonies of #C26317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26317

Black with #C26317

Text Example


Text Example

White with #C26317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26317; }

 p { color: rgb(194,99,23); }

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

background-color css

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

 a { background-color: rgb(194,99,23); }

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

border-color css

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

 span { border-color: rgb(194,99,23); }

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