Html Css Color HEX #C9690E Chocolate

📋 copy color: '#C9690E'

red 201 ◦ green 105 ◦ blue 14

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

Shades of Chocolate #C9690E

Tints of Chocolate #C9690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.81%

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

R = 62.81%
G = 32.81%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9690E (or 0xC9690E) is known color: Chocolate. HEX triplet: C9, 69 and 0E. RGB value is (201,105,14). Sum of RGB (Red+Green+Blue) = 201+105+14=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C9690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9690E is #3696F1. Grayscale: #7B7B7B. Windows color (decimal): -3577586 or 944585. OLE color: 944585.

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

Color convert

RGB 201 105 14 -
CMYK 0 0.48 0.93 0.21
HSL 29.2º 0.87% 0.42% -
HSV(B) 29.2º 0.93% 0.79% -
XYZ 29.22 22.55 3.23 -
YUV 123.33 66.3 183.4 -
System Red Green Blue C M Y K H S L
Decimal 201 105 14 0 0.48 0.93 0.21 29.2 0.87 0.42
Hex C9 69 E 0 30 5D 15 1D 57 2A
Octal 311 151 16 0 60 135 25 35 127 52
Binary 11001001 1101001 1110 0 110000 1011101 10101 11101 1010111 101010

Color Harmonies of #C9690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9690E

Black with #C9690E

Text Example


Text Example

White with #C9690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9690E; }

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

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

background-color css

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

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

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

border-color css

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

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

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