Html Css Color HEX #C4B966 Dark Khaki

📋 copy color: '#C4B966'

red 196 ◦ green 185 ◦ blue 102

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

Shades of Dark Khaki #C4B966

Tints of Dark Khaki #C4B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.3%

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

R = 40.58%
G = 38.3%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C4B966 (or 0xC4B966) is known color: Dark Khaki. HEX triplet: C4, B9 and 66. RGB value is (196,185,102). Sum of RGB (Red+Green+Blue) = 196+185+102=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B966 is #3B4699. Grayscale: #B3B3B3. Windows color (decimal): -3884698 or 6732228. OLE color: 6732228.

HSL color Cylindrical-coordinate representation of color #C4B966: hue angle of 52.98º 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 #C4B966 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 102 -
CMYK 0 0.06 0.48 0.23
HSL 52.98º 0.44% 0.58% -
HSV(B) 52.98º 0.48% 0.77% -
XYZ 42.51 47.39 19.48 -
YUV 178.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 196 185 102 0 0.06 0.48 0.23 52.98 0.44 0.58
Hex C4 B9 66 0 6 30 17 35 2C 3A
Octal 304 271 146 0 6 60 27 65 54 72
Binary 11000100 10111001 1100110 0 110 110000 10111 110101 101100 111010

Color Harmonies of #C4B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B966

Black with #C4B966

Text Example


Text Example

White with #C4B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B966; }

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

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

background-color css

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

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

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

border-color css

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

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

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