Html Css Color HEX #C8C166 Dark Khaki

📋 copy color: '#C8C166'

red 200 ◦ green 193 ◦ blue 102

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

Shades of Dark Khaki #C8C166

Tints of Dark Khaki #C8C166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.61%

R = 40.4%
G = 38.99%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C8C166 (or 0xC8C166) is known color: Dark Khaki. HEX triplet: C8, C1 and 66. RGB value is (200,193,102). Sum of RGB (Red+Green+Blue) = 200+193+102=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C166 is #373E99. Grayscale: #B9B9B9. Windows color (decimal): -3620506 or 6734280. OLE color: 6734280.

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

Color convert

RGB 200 193 102 -
CMYK 0 0.04 0.49 0.22
HSL 55.71º 0.47% 0.59% -
HSV(B) 55.71º 0.49% 0.78% -
XYZ 45.29 51.38 20.1 -
YUV 184.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 200 193 102 0 0.04 0.49 0.22 55.71 0.47 0.59
Hex C8 C1 66 0 4 31 16 38 2F 3B
Octal 310 301 146 0 4 61 26 70 57 73
Binary 11001000 11000001 1100110 0 100 110001 10110 111000 101111 111011

Color Harmonies of #C8C166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C166

Black with #C8C166

Text Example


Text Example

White with #C8C166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C166; }

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

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

background-color css

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

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

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

border-color css

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

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

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