Html Css Color HEX #C8C26E Dark Khaki

📋 copy color: '#C8C26E'

red 200 ◦ green 194 ◦ blue 110

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

Shades of Dark Khaki #C8C26E

Tints of Dark Khaki #C8C26E

RGB

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

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

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

R = 39.68%
G = 38.49%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8C26E (or 0xC8C26E) is known color: Dark Khaki. HEX triplet: C8, C2 and 6E. RGB value is (200,194,110). Sum of RGB (Red+Green+Blue) = 200+194+110=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C26E is #373D91. Grayscale: #BABABA. Windows color (decimal): -3620242 or 7258824. OLE color: 7258824.

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

Color convert

RGB 200 194 110 -
CMYK 0 0.03 0.45 0.22
HSL 56º 0.45% 0.61% -
HSV(B) 56º 0.45% 0.78% -
XYZ 45.93 51.99 22.37 -
YUV 186.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 200 194 110 0 0.03 0.45 0.22 56 0.45 0.61
Hex C8 C2 6E 0 3 2D 16 38 2D 3D
Octal 310 302 156 0 3 55 26 70 55 75
Binary 11001000 11000010 1101110 0 11 101101 10110 111000 101101 111101

Color Harmonies of #C8C26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C26E

Black with #C8C26E

Text Example


Text Example

White with #C8C26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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