Html Css Color HEX #C26619 Chocolate

📋 copy color: '#C26619'

red 194 ◦ green 102 ◦ blue 25

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

Shades of Chocolate #C26619

Tints of Chocolate #C26619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.79%

R = 60.44%
G = 31.78%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C26619 (or 0xC26619) is known color: Chocolate. HEX triplet: C2, 66 and 19. RGB value is (194,102,25). Sum of RGB (Red+Green+Blue) = 194+102+25=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C26619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26619 is #3D99E6. Grayscale: #797979. Windows color (decimal): -4037095 or 1664706. OLE color: 1664706.

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

Color convert

RGB 194 102 25 -
CMYK 0 0.47 0.87 0.24
HSL 27.34º 0.77% 0.43% -
HSV(B) 27.34º 0.87% 0.76% -
XYZ 27.17 21.04 3.55 -
YUV 120.73 73.98 180.26 -
System Red Green Blue C M Y K H S L
Decimal 194 102 25 0 0.47 0.87 0.24 27.34 0.77 0.43
Hex C2 66 19 0 2F 57 18 1B 4D 2B
Octal 302 146 31 0 57 127 30 33 115 53
Binary 11000010 1100110 11001 0 101111 1010111 11000 11011 1001101 101011

Color Harmonies of #C26619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26619

Black with #C26619

Text Example


Text Example

White with #C26619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26619; }

 p { color: rgb(194,102,25); }

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

background-color css

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

 a { background-color: rgb(194,102,25); }

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

border-color css

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

 span { border-color: rgb(194,102,25); }

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