Html Css Color HEX #C3C16E Dark Khaki

📋 copy color: '#C3C16E'

red 195 ◦ green 193 ◦ blue 110

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

Shades of Dark Khaki #C3C16E

Tints of Dark Khaki #C3C16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.09%

R = 39.16%
G = 38.76%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3C16E (or 0xC3C16E) is known color: Dark Khaki. HEX triplet: C3, C1 and 6E. RGB value is (195,193,110). Sum of RGB (Red+Green+Blue) = 195+193+110=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C16E is #3C3E91. Grayscale: #B8B8B8. Windows color (decimal): -3948178 or 7258563. OLE color: 7258563.

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

Color convert

RGB 195 193 110 -
CMYK 0 0.01 0.44 0.24
HSL 58.59º 0.41% 0.6% -
HSV(B) 58.59º 0.44% 0.76% -
XYZ 44.39 50.87 22.23 -
YUV 184.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 195 193 110 0 0.01 0.44 0.24 58.59 0.41 0.6
Hex C3 C1 6E 0 1 2C 18 3B 29 3C
Octal 303 301 156 0 1 54 30 73 51 74
Binary 11000011 11000001 1101110 0 1 101100 11000 111011 101001 111100

Color Harmonies of #C3C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C16E

Black with #C3C16E

Text Example


Text Example

White with #C3C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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