Html Css Color HEX #C4C166 Dark Khaki

📋 copy color: '#C4C166'

red 196 ◦ green 193 ◦ blue 102

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

Shades of Dark Khaki #C4C166

Tints of Dark Khaki #C4C166

RGB

 RED value IS 196 (76.95% from 255) = 39.92%

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

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

R = 39.92%
G = 39.31%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C4C166 (or 0xC4C166) is known color: Dark Khaki. HEX triplet: C4, C1 and 66. RGB value is (196,193,102). Sum of RGB (Red+Green+Blue) = 196+193+102=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C166 is #3B3E99. Grayscale: #B7B7B7. Windows color (decimal): -3882650 or 6734276. OLE color: 6734276.

HSL color Cylindrical-coordinate representation of color #C4C166: hue angle of 58.09º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4C166 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 193 102 -
CMYK 0 0.02 0.48 0.23
HSL 58.09º 0.44% 0.58% -
HSV(B) 58.09º 0.48% 0.77% -
XYZ 44.23 50.84 20.05 -
YUV 183.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 196 193 102 0 0.02 0.48 0.23 58.09 0.44 0.58
Hex C4 C1 66 0 2 30 17 3A 2C 3A
Octal 304 301 146 0 2 60 27 72 54 72
Binary 11000100 11000001 1100110 0 10 110000 10111 111010 101100 111010

Color Harmonies of #C4C166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C166

Black with #C4C166

Text Example


Text Example

White with #C4C166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C166; }

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

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

background-color css

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

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

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

border-color css

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

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

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