Html Css Color HEX #C0621B Chocolate

📋 copy color: '#C0621B'

red 192 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #C0621B

Tints of Chocolate #C0621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.52%

R = 60.57%
G = 30.91%
B = 8.52%

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

#C0621B (or 0xC0621B) is known color: Chocolate. HEX triplet: C0, 62 and 1B. RGB value is (192,98,27). Sum of RGB (Red+Green+Blue) = 192+98+27=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0621B is #3F9DE4. Grayscale: #767676. Windows color (decimal): -4169189 or 1794752. OLE color: 1794752.

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

Color convert

RGB 192 98 27 -
CMYK 0 0.49 0.86 0.25
HSL 25.82º 0.75% 0.43% -
HSV(B) 25.82º 0.86% 0.75% -
XYZ 26.3 20.02 3.51 -
YUV 118.01 76.64 180.77 -
System Red Green Blue C M Y K H S L
Decimal 192 98 27 0 0.49 0.86 0.25 25.82 0.75 0.43
Hex C0 62 1B 0 31 56 19 1A 4B 2B
Octal 300 142 33 0 61 126 31 32 113 53
Binary 11000000 1100010 11011 0 110001 1010110 11001 11010 1001011 101011

Color Harmonies of #C0621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0621B

Black with #C0621B

Text Example


Text Example

White with #C0621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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