Html Css Color HEX #C06213 Chocolate

📋 copy color: '#C06213'

red 192 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #C06213

Tints of Chocolate #C06213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 62.14%
G = 31.72%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C06213 (or 0xC06213) is known color: Chocolate. HEX triplet: C0, 62 and 13. RGB value is (192,98,19). Sum of RGB (Red+Green+Blue) = 192+98+19=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C06213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06213 is #3F9DEC. Grayscale: #757575. Windows color (decimal): -4169197 or 1270464. OLE color: 1270464.

HSL color Cylindrical-coordinate representation of color #C06213: hue angle of 27.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C06213 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 98 19 -
CMYK 0 0.49 0.90 0.25
HSL 27.4º 0.82% 0.41% -
HSV(B) 27.4º 0.9% 0.75% -
XYZ 26.22 19.99 3.09 -
YUV 117.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 192 98 19 0 0.49 0.90 0.25 27.4 0.82 0.41
Hex C0 62 13 0 31 5A 19 1B 52 29
Octal 300 142 23 0 61 132 31 33 122 51
Binary 11000000 1100010 10011 0 110001 1011010 11001 11011 1010010 101001

Color Harmonies of #C06213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06213

Black with #C06213

Text Example


Text Example

White with #C06213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06213; }

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

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

background-color css

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

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

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

border-color css

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

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

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