Html Css Color HEX #C8C163 Dark Khaki

📋 copy color: '#C8C163'

red 200 ◦ green 193 ◦ blue 99

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

Shades of Dark Khaki #C8C163

Tints of Dark Khaki #C8C163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.23%

 BLUE value IS 99 (39.06% from 255) = 20.12%

R = 40.65%
G = 39.23%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C8C163 (or 0xC8C163) is known color: Dark Khaki. HEX triplet: C8, C1 and 63. RGB value is (200,193,99). Sum of RGB (Red+Green+Blue) = 200+193+99=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C163 is #373E9C. Grayscale: #B8B8B8. Windows color (decimal): -3620509 or 6537672. OLE color: 6537672.

HSL color Cylindrical-coordinate representation of color #C8C163: hue angle of 55.84º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8C163 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 193 99 -
CMYK 0 0.04 0.50 0.22
HSL 55.84º 0.48% 0.59% -
HSV(B) 55.84º 0.51% 0.78% -
XYZ 45.14 51.32 19.33 -
YUV 184.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 200 193 99 0 0.04 0.50 0.22 55.84 0.48 0.59
Hex C8 C1 63 0 4 32 16 38 30 3B
Octal 310 301 143 0 4 62 26 70 60 73
Binary 11001000 11000001 1100011 0 100 110010 10110 111000 110000 111011

Color Harmonies of #C8C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C163

Black with #C8C163

Text Example


Text Example

White with #C8C163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C163; }

 p { color: rgb(200,193,99); }

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

background-color css

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

 a { background-color: rgb(200,193,99); }

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

border-color css

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

 span { border-color: rgb(200,193,99); }

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