Html Css Color HEX #C4C266 Dark Khaki

📋 copy color: '#C4C266'

red 196 ◦ green 194 ◦ blue 102

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

Shades of Dark Khaki #C4C266

Tints of Dark Khaki #C4C266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.43%

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

R = 39.84%
G = 39.43%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C4C266 (or 0xC4C266) is known color: Dark Khaki. HEX triplet: C4, C2 and 66. RGB value is (196,194,102). Sum of RGB (Red+Green+Blue) = 196+194+102=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C266 is #3B3D99. Grayscale: #B8B8B8. Windows color (decimal): -3882394 or 6734532. OLE color: 6734532.

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

Color convert

RGB 196 194 102 -
CMYK 0 0.01 0.48 0.23
HSL 58.72º 0.44% 0.58% -
HSV(B) 58.72º 0.48% 0.77% -
XYZ 44.46 51.28 20.13 -
YUV 184.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 196 194 102 0 0.01 0.48 0.23 58.72 0.44 0.58
Hex C4 C2 66 0 1 30 17 3B 2C 3A
Octal 304 302 146 0 1 60 27 73 54 72
Binary 11000100 11000010 1100110 0 1 110000 10111 111011 101100 111010

Color Harmonies of #C4C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C266

Black with #C4C266

Text Example


Text Example

White with #C4C266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C266; }

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

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

background-color css

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

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

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

border-color css

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

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

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