Html Css Color HEX #C9670E Chocolate

📋 copy color: '#C9670E'

red 201 ◦ green 103 ◦ blue 14

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

Shades of Chocolate #C9670E

Tints of Chocolate #C9670E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 63.21%
G = 32.39%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9670E (or 0xC9670E) is known color: Chocolate. HEX triplet: C9, 67 and 0E. RGB value is (201,103,14). Sum of RGB (Red+Green+Blue) = 201+103+14=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9670E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9670E is #3698F1. Grayscale: #7A7A7A. Windows color (decimal): -3578098 or 944073. OLE color: 944073.

HSL color Cylindrical-coordinate representation of color #C9670E: hue angle of 28.56º degrees, saturation: 0.87, 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 #C9670E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 103 14 -
CMYK 0 0.49 0.93 0.21
HSL 28.56º 0.87% 0.42% -
HSV(B) 28.56º 0.93% 0.79% -
XYZ 29.02 22.15 3.16 -
YUV 122.16 66.97 184.24 -
System Red Green Blue C M Y K H S L
Decimal 201 103 14 0 0.49 0.93 0.21 28.56 0.87 0.42
Hex C9 67 E 0 31 5D 15 1D 57 2A
Octal 311 147 16 0 61 135 25 35 127 52
Binary 11001001 1100111 1110 0 110001 1011101 10101 11101 1010111 101010

Color Harmonies of #C9670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9670E

Black with #C9670E

Text Example


Text Example

White with #C9670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9670E; }

 p { color: rgb(201,103,14); }

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

background-color css

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

 a { background-color: rgb(201,103,14); }

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

border-color css

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

 span { border-color: rgb(201,103,14); }

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