Html Css Color HEX #C3C166 Dark Khaki

📋 copy color: '#C3C166'

red 195 ◦ green 193 ◦ blue 102

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

Shades of Dark Khaki #C3C166

Tints of Dark Khaki #C3C166

RGB

 RED value IS 195 (76.56% from 255) = 39.8%

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

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

R = 39.8%
G = 39.39%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C3C166 (or 0xC3C166) is known color: Dark Khaki. HEX triplet: C3, C1 and 66. RGB value is (195,193,102). Sum of RGB (Red+Green+Blue) = 195+193+102=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C166 is #3C3E99. Grayscale: #B7B7B7. Windows color (decimal): -3948186 or 6734275. OLE color: 6734275.

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

Color convert

RGB 195 193 102 -
CMYK 0 0.01 0.48 0.24
HSL 58.71º 0.44% 0.58% -
HSV(B) 58.71º 0.48% 0.76% -
XYZ 43.97 50.7 20.04 -
YUV 183.22 82.16 136.4 -
System Red Green Blue C M Y K H S L
Decimal 195 193 102 0 0.01 0.48 0.24 58.71 0.44 0.58
Hex C3 C1 66 0 1 30 18 3B 2C 3A
Octal 303 301 146 0 1 60 30 73 54 72
Binary 11000011 11000001 1100110 0 1 110000 11000 111011 101100 111010

Color Harmonies of #C3C166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C166

Black with #C3C166

Text Example


Text Example

White with #C3C166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C166; }

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

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

background-color css

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

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

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

border-color css

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

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

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