Html Css Color HEX #C9C16E Dark Khaki

📋 copy color: '#C9C16E'

red 201 ◦ green 193 ◦ blue 110

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

Shades of Dark Khaki #C9C16E

Tints of Dark Khaki #C9C16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.29%

 BLUE value IS 110 (43.36% from 255) = 21.83%

R = 39.88%
G = 38.29%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9C16E (or 0xC9C16E) is known color: Dark Khaki. HEX triplet: C9, C1 and 6E. RGB value is (201,193,110). Sum of RGB (Red+Green+Blue) = 201+193+110=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C16E is #363E91. Grayscale: #BABABA. Windows color (decimal): -3554962 or 7258569. OLE color: 7258569.

HSL color Cylindrical-coordinate representation of color #C9C16E: hue angle of 54.73º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9C16E is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 193 110 -
CMYK 0 0.04 0.45 0.21
HSL 54.73º 0.46% 0.61% -
HSV(B) 54.73º 0.45% 0.79% -
XYZ 45.97 51.68 22.3 -
YUV 185.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 201 193 110 0 0.04 0.45 0.21 54.73 0.46 0.61
Hex C9 C1 6E 0 4 2D 15 37 2E 3D
Octal 311 301 156 0 4 55 25 67 56 75
Binary 11001001 11000001 1101110 0 100 101101 10101 110111 101110 111101

Color Harmonies of #C9C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C16E

Black with #C9C16E

Text Example


Text Example

White with #C9C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C16E; }

 p { color: rgb(201,193,110); }

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

background-color css

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

 a { background-color: rgb(201,193,110); }

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

border-color css

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

 span { border-color: rgb(201,193,110); }

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