Html Css Color HEX #C9C265 Dark Khaki

📋 copy color: '#C9C265'

red 201 ◦ green 194 ◦ blue 101

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

Shades of Dark Khaki #C9C265

Tints of Dark Khaki #C9C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.11%

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 40.52%
G = 39.11%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C9C265 (or 0xC9C265) is known color: Dark Khaki. HEX triplet: C9, C2 and 65. RGB value is (201,194,101). Sum of RGB (Red+Green+Blue) = 201+194+101=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C265 is #363D9A. Grayscale: #B9B9B9. Windows color (decimal): -3554715 or 6669001. OLE color: 6669001.

HSL color Cylindrical-coordinate representation of color #C9C265: hue angle of 55.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9C265 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 194 101 -
CMYK 0 0.03 0.50 0.21
HSL 55.8º 0.48% 0.59% -
HSV(B) 55.8º 0.5% 0.79% -
XYZ 45.73 51.94 19.93 -
YUV 185.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 201 194 101 0 0.03 0.50 0.21 55.8 0.48 0.59
Hex C9 C2 65 0 3 32 15 38 30 3B
Octal 311 302 145 0 3 62 25 70 60 73
Binary 11001001 11000010 1100101 0 11 110010 10101 111000 110000 111011

Color Harmonies of #C9C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C265

Black with #C9C265

Text Example


Text Example

White with #C9C265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C265; }

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

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

background-color css

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

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

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

border-color css

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

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

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