Html Css Color HEX #C9C273 Dark Khaki

📋 copy color: '#C9C273'

red 201 ◦ green 194 ◦ blue 115

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

Shades of Dark Khaki #C9C273

Tints of Dark Khaki #C9C273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 39.41%
G = 38.04%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C9C273 (or 0xC9C273) is known color: Dark Khaki. HEX triplet: C9, C2 and 73. RGB value is (201,194,115). Sum of RGB (Red+Green+Blue) = 201+194+115=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C273 is #363D8C. Grayscale: #BBBBBB. Windows color (decimal): -3554701 or 7586505. OLE color: 7586505.

HSL color Cylindrical-coordinate representation of color #C9C273: hue angle of 55.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9C273 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 194 115 -
CMYK 0 0.03 0.43 0.21
HSL 55.12º 0.44% 0.62% -
HSV(B) 55.12º 0.43% 0.79% -
XYZ 46.47 52.24 23.85 -
YUV 187.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 201 194 115 0 0.03 0.43 0.21 55.12 0.44 0.62
Hex C9 C2 73 0 3 2B 15 37 2C 3E
Octal 311 302 163 0 3 53 25 67 54 76
Binary 11001001 11000010 1110011 0 11 101011 10101 110111 101100 111110

Color Harmonies of #C9C273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C273

Black with #C9C273

Text Example


Text Example

White with #C9C273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C273; }

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

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

background-color css

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

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

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

border-color css

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

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

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