Html Css Color HEX #C8C46C Dark Khaki

📋 copy color: '#C8C46C'

red 200 ◦ green 196 ◦ blue 108

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

Shades of Dark Khaki #C8C46C

Tints of Dark Khaki #C8C46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.43%

R = 39.68%
G = 38.89%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8C46C (or 0xC8C46C) is known color: Dark Khaki. HEX triplet: C8, C4 and 6C. RGB value is (200,196,108). Sum of RGB (Red+Green+Blue) = 200+196+108=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C46C is #373B93. Grayscale: #BBBBBB. Windows color (decimal): -3619732 or 7128264. OLE color: 7128264.

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

Color convert

RGB 200 196 108 -
CMYK 0 0.02 0.46 0.22
HSL 57.39º 0.46% 0.6% -
HSV(B) 57.39º 0.46% 0.78% -
XYZ 46.27 52.84 21.95 -
YUV 187.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 200 196 108 0 0.02 0.46 0.22 57.39 0.46 0.6
Hex C8 C4 6C 0 2 2E 16 39 2E 3C
Octal 310 304 154 0 2 56 26 71 56 74
Binary 11001000 11000100 1101100 0 10 101110 10110 111001 101110 111100

Color Harmonies of #C8C46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C46C

Black with #C8C46C

Text Example


Text Example

White with #C8C46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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