Html Css Color HEX #C8C06D Dark Khaki

📋 copy color: '#C8C06D'

red 200 ◦ green 192 ◦ blue 109

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

Shades of Dark Khaki #C8C06D

Tints of Dark Khaki #C8C06D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.32%

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

R = 39.92%
G = 38.32%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8C06D (or 0xC8C06D) is known color: Dark Khaki. HEX triplet: C8, C0 and 6D. RGB value is (200,192,109). Sum of RGB (Red+Green+Blue) = 200+192+109=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C06D is #373F92. Grayscale: #B9B9B9. Windows color (decimal): -3620755 or 7192776. OLE color: 7192776.

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

Color convert

RGB 200 192 109 -
CMYK 0 0.04 0.46 0.22
HSL 54.73º 0.45% 0.61% -
HSV(B) 54.73º 0.46% 0.78% -
XYZ 45.43 51.08 21.93 -
YUV 184.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 200 192 109 0 0.04 0.46 0.22 54.73 0.45 0.61
Hex C8 C0 6D 0 4 2E 16 37 2D 3D
Octal 310 300 155 0 4 56 26 67 55 75
Binary 11001000 11000000 1101101 0 100 101110 10110 110111 101101 111101

Color Harmonies of #C8C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C06D

Black with #C8C06D

Text Example


Text Example

White with #C8C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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