Html Css Color HEX #C06315 Chocolate

📋 copy color: '#C06315'

red 192 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #C06315

Tints of Chocolate #C06315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 61.54%
G = 31.73%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C06315 (or 0xC06315) is known color: Chocolate. HEX triplet: C0, 63 and 15. RGB value is (192,99,21). Sum of RGB (Red+Green+Blue) = 192+99+21=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C06315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06315 is #3F9CEA. Grayscale: #767676. Windows color (decimal): -4168939 or 1401792. OLE color: 1401792.

HSL color Cylindrical-coordinate representation of color #C06315: hue angle of 27.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C06315 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 21 -
CMYK 0 0.48 0.89 0.25
HSL 27.37º 0.8% 0.42% -
HSV(B) 27.37º 0.89% 0.75% -
XYZ 26.34 20.18 3.22 -
YUV 117.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 192 99 21 0 0.48 0.89 0.25 27.37 0.8 0.42
Hex C0 63 15 0 30 59 19 1B 50 2A
Octal 300 143 25 0 60 131 31 33 120 52
Binary 11000000 1100011 10101 0 110000 1011001 11001 11011 1010000 101010

Color Harmonies of #C06315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06315

Black with #C06315

Text Example


Text Example

White with #C06315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06315; }

 p { color: rgb(192,99,21); }

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

background-color css

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

 a { background-color: rgb(192,99,21); }

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

border-color css

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

 span { border-color: rgb(192,99,21); }

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