Html Css Color HEX #C0621A Chocolate

📋 copy color: '#C0621A'

red 192 ◦ green 98 ◦ blue 26

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

Shades of Chocolate #C0621A

Tints of Chocolate #C0621A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

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

R = 60.76%
G = 31.01%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0621A (or 0xC0621A) is known color: Chocolate. HEX triplet: C0, 62 and 1A. RGB value is (192,98,26). Sum of RGB (Red+Green+Blue) = 192+98+26=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C0621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0621A is #3F9DE5. Grayscale: #767676. Windows color (decimal): -4169190 or 1729216. OLE color: 1729216.

HSL color Cylindrical-coordinate representation of color #C0621A: hue angle of 26.02º 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 #C0621A is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 98 26 -
CMYK 0 0.49 0.86 0.25
HSL 26.02º 0.76% 0.43% -
HSV(B) 26.02º 0.86% 0.75% -
XYZ 26.29 20.02 3.46 -
YUV 117.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 192 98 26 0 0.49 0.86 0.25 26.02 0.76 0.43
Hex C0 62 1A 0 31 56 19 1A 4C 2B
Octal 300 142 32 0 61 126 31 32 114 53
Binary 11000000 1100010 11010 0 110001 1010110 11001 11010 1001100 101011

Color Harmonies of #C0621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0621A

Black with #C0621A

Text Example


Text Example

White with #C0621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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