Html Css Color HEX #C0671A Chocolate

📋 copy color: '#C0671A'

red 192 ◦ green 103 ◦ blue 26

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

Shades of Chocolate #C0671A

Tints of Chocolate #C0671A

RGB

 RED value IS 192 (75.39% from 255) = 59.81%

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

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

R = 59.81%
G = 32.09%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0671A (or 0xC0671A) is known color: Chocolate. HEX triplet: C0, 67 and 1A. RGB value is (192,103,26). Sum of RGB (Red+Green+Blue) = 192+103+26=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0671A is #3F98E5. Grayscale: #797979. Windows color (decimal): -4167910 or 1730496. OLE color: 1730496.

HSL color Cylindrical-coordinate representation of color #C0671A: hue angle of 27.83º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0671A is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 103 26 -
CMYK 0 0.46 0.86 0.25
HSL 27.83º 0.76% 0.43% -
HSV(B) 27.83º 0.86% 0.75% -
XYZ 26.77 20.98 3.62 -
YUV 120.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 192 103 26 0 0.46 0.86 0.25 27.83 0.76 0.43
Hex C0 67 1A 0 2E 56 19 1C 4C 2B
Octal 300 147 32 0 56 126 31 34 114 53
Binary 11000000 1100111 11010 0 101110 1010110 11001 11100 1001100 101011

Color Harmonies of #C0671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0671A

Black with #C0671A

Text Example


Text Example

White with #C0671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0671A; }

 p { color: rgb(192,103,26); }

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

background-color css

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

 a { background-color: rgb(192,103,26); }

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

border-color css

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

 span { border-color: rgb(192,103,26); }

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