Html Css Color HEX #C8C26D Dark Khaki

📋 copy color: '#C8C26D'

red 200 ◦ green 194 ◦ blue 109

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

Shades of Dark Khaki #C8C26D

Tints of Dark Khaki #C8C26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.67%

R = 39.76%
G = 38.57%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8C26D (or 0xC8C26D) is known color: Dark Khaki. HEX triplet: C8, C2 and 6D. RGB value is (200,194,109). Sum of RGB (Red+Green+Blue) = 200+194+109=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C26D is #373D92. Grayscale: #BABABA. Windows color (decimal): -3620243 or 7193288. OLE color: 7193288.

HSL color Cylindrical-coordinate representation of color #C8C26D: hue angle of 56.04º 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 #C8C26D is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 194 109 -
CMYK 0 0.03 0.46 0.22
HSL 56.04º 0.45% 0.61% -
HSV(B) 56.04º 0.46% 0.78% -
XYZ 45.87 51.97 22.08 -
YUV 186.1 84.49 137.91 -
System Red Green Blue C M Y K H S L
Decimal 200 194 109 0 0.03 0.46 0.22 56.04 0.45 0.61
Hex C8 C2 6D 0 3 2E 16 38 2D 3D
Octal 310 302 155 0 3 56 26 70 55 75
Binary 11001000 11000010 1101101 0 11 101110 10110 111000 101101 111101

Color Harmonies of #C8C26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C26D

Black with #C8C26D

Text Example


Text Example

White with #C8C26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C26D; }

 p { color: rgb(200,194,109); }

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

background-color css

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

 a { background-color: rgb(200,194,109); }

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

border-color css

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

 span { border-color: rgb(200,194,109); }

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