Html Css Color HEX #C9650F Chocolate

📋 copy color: '#C9650F'

red 201 ◦ green 101 ◦ blue 15

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

Shades of Chocolate #C9650F

Tints of Chocolate #C9650F

RGB

 RED value IS 201 (78.91% from 255) = 63.41%

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

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

R = 63.41%
G = 31.86%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9650F (or 0xC9650F) is known color: Chocolate. HEX triplet: C9, 65 and 0F. RGB value is (201,101,15). Sum of RGB (Red+Green+Blue) = 201+101+15=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9650F is #369AF0. Grayscale: #797979. Windows color (decimal): -3578609 or 1009097. OLE color: 1009097.

HSL color Cylindrical-coordinate representation of color #C9650F: hue angle of 27.74º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9650F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 15 -
CMYK 0 0.50 0.93 0.21
HSL 27.74º 0.86% 0.42% -
HSV(B) 27.74º 0.93% 0.79% -
XYZ 28.83 21.76 3.13 -
YUV 121.1 68.13 184.99 -
System Red Green Blue C M Y K H S L
Decimal 201 101 15 0 0.50 0.93 0.21 27.74 0.86 0.42
Hex C9 65 F 0 32 5D 15 1C 56 2A
Octal 311 145 17 0 62 135 25 34 126 52
Binary 11001001 1100101 1111 0 110010 1011101 10101 11100 1010110 101010

Color Harmonies of #C9650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9650F

Black with #C9650F

Text Example


Text Example

White with #C9650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9650F; }

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

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

background-color css

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

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

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

border-color css

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

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

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