Html Css Color HEX #C8C46E Dark Khaki

📋 copy color: '#C8C46E'

red 200 ◦ green 196 ◦ blue 110

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

Shades of Dark Khaki #C8C46E

Tints of Dark Khaki #C8C46E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.74%

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

R = 39.53%
G = 38.74%
B = 21.74%

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

#C8C46E (or 0xC8C46E) is known color: Dark Khaki. HEX triplet: C8, C4 and 6E. RGB value is (200,196,110). Sum of RGB (Red+Green+Blue) = 200+196+110=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C46E is #373B91. Grayscale: #BBBBBB. Windows color (decimal): -3619730 or 7259336. OLE color: 7259336.

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

Color convert

RGB 200 196 110 -
CMYK 0 0.02 0.45 0.22
HSL 57.33º 0.45% 0.61% -
HSV(B) 57.33º 0.45% 0.78% -
XYZ 46.37 52.89 22.52 -
YUV 187.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 200 196 110 0 0.02 0.45 0.22 57.33 0.45 0.61
Hex C8 C4 6E 0 2 2D 16 39 2D 3D
Octal 310 304 156 0 2 55 26 71 55 75
Binary 11001000 11000100 1101110 0 10 101101 10110 111001 101101 111101

Color Harmonies of #C8C46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C46E

Black with #C8C46E

Text Example


Text Example

White with #C8C46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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