Html Css Color HEX #C06519 Chocolate

📋 copy color: '#C06519'

red 192 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #C06519

Tints of Chocolate #C06519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

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

R = 60.38%
G = 31.76%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C06519 (or 0xC06519) is known color: Chocolate. HEX triplet: C0, 65 and 19. RGB value is (192,101,25). Sum of RGB (Red+Green+Blue) = 192+101+25=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C06519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06519 is #3F9AE6. Grayscale: #777777. Windows color (decimal): -4168423 or 1664448. OLE color: 1664448.

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

Color convert

RGB 192 101 25 -
CMYK 0 0.47 0.87 0.25
HSL 27.31º 0.77% 0.43% -
HSV(B) 27.31º 0.87% 0.75% -
XYZ 26.57 20.58 3.49 -
YUV 119.55 74.65 179.68 -
System Red Green Blue C M Y K H S L
Decimal 192 101 25 0 0.47 0.87 0.25 27.31 0.77 0.43
Hex C0 65 19 0 2F 57 19 1B 4D 2B
Octal 300 145 31 0 57 127 31 33 115 53
Binary 11000000 1100101 11001 0 101111 1010111 11001 11011 1001101 101011

Color Harmonies of #C06519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06519

Black with #C06519

Text Example


Text Example

White with #C06519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06519; }

 p { color: rgb(192,101,25); }

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

background-color css

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

 a { background-color: rgb(192,101,25); }

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

border-color css

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

 span { border-color: rgb(192,101,25); }

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