Html Css Color HEX #C8C56E Dark Khaki

📋 copy color: '#C8C56E'

red 200 ◦ green 197 ◦ blue 110

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

Shades of Dark Khaki #C8C56E

Tints of Dark Khaki #C8C56E

RGB

 RED value IS 200 (78.52% from 255) = 39.45%

 GREEN value IS 197 (77.34% from 255) = 38.86%

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

R = 39.45%
G = 38.86%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8C56E (or 0xC8C56E) is known color: Dark Khaki. HEX triplet: C8, C5 and 6E. RGB value is (200,197,110). Sum of RGB (Red+Green+Blue) = 200+197+110=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C56E is #373A91. Grayscale: #BCBCBC. Windows color (decimal): -3619474 or 7259592. OLE color: 7259592.

HSL color Cylindrical-coordinate representation of color #C8C56E: hue angle of 58º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8C56E is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 110 -
CMYK 0 0.02 0.45 0.22
HSL 58º 0.45% 0.61% -
HSV(B) 58º 0.45% 0.78% -
XYZ 46.6 53.34 22.59 -
YUV 187.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 200 197 110 0 0.02 0.45 0.22 58 0.45 0.61
Hex C8 C5 6E 0 2 2D 16 3A 2D 3D
Octal 310 305 156 0 2 55 26 72 55 75
Binary 11001000 11000101 1101110 0 10 101101 10110 111010 101101 111101

Color Harmonies of #C8C56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C56E

Black with #C8C56E

Text Example


Text Example

White with #C8C56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C56E; }

 p { color: rgb(200,197,110); }

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

background-color css

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

 a { background-color: rgb(200,197,110); }

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

border-color css

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

 span { border-color: rgb(200,197,110); }

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