Html Css Color HEX #C0650F Chocolate

📋 copy color: '#C0650F'

red 192 ◦ green 101 ◦ blue 15

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

Shades of Chocolate #C0650F

Tints of Chocolate #C0650F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 62.34%
G = 32.79%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0650F (or 0xC0650F) is known color: Chocolate. HEX triplet: C0, 65 and 0F. RGB value is (192,101,15). Sum of RGB (Red+Green+Blue) = 192+101+15=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0650F is #3F9AF0. Grayscale: #767676. Windows color (decimal): -4168433 or 1009088. OLE color: 1009088.

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

Color convert

RGB 192 101 15 -
CMYK 0 0.47 0.92 0.25
HSL 29.15º 0.86% 0.41% -
HSV(B) 29.15º 0.92% 0.75% -
XYZ 26.48 20.55 3.02 -
YUV 118.41 69.65 180.49 -
System Red Green Blue C M Y K H S L
Decimal 192 101 15 0 0.47 0.92 0.25 29.15 0.86 0.41
Hex C0 65 F 0 2F 5C 19 1D 56 29
Octal 300 145 17 0 57 134 31 35 126 51
Binary 11000000 1100101 1111 0 101111 1011100 11001 11101 1010110 101001

Color Harmonies of #C0650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0650F

Black with #C0650F

Text Example


Text Example

White with #C0650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0650F; }

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

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

background-color css

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

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

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

border-color css

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

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

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